Imported Upstream version 6.0.0.172

Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-04-12 14:10:50 +00:00
parent 8016999e4d
commit 64ac736ec5
32155 changed files with 3981439 additions and 75368 deletions

View File

@@ -4,7 +4,7 @@
[assembly:System.Reflection.AssemblyVersionAttribute("0.10.3.0")]
[assembly:System.CLSCompliantAttribute(false)]
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
[assembly:System.Diagnostics.DebuggableAttribute(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
[assembly:System.Reflection.AssemblyCopyrightAttribute("Copyright © 2008 - 2018 Jb Evain")]
[assembly:System.Reflection.AssemblyFileVersionAttribute("0.10.3.0")]
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("0.10.3.0")]
@@ -59,7 +59,7 @@ namespace Mono.CompilerServices.SymbolWriter
{
public readonly string CapturedName;
public readonly int Scope;
public CapturedScope(int scope, string captured_name) { throw null;}
public CapturedScope(int scope, string captured_name) { throw null; }
public override string ToString() { throw null; }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
@@ -68,7 +68,7 @@ namespace Mono.CompilerServices.SymbolWriter
public readonly string CapturedName;
public readonly Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind Kind;
public readonly string Name;
public CapturedVariable(string name, string captured_name, Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind kind) { throw null;}
public CapturedVariable(string name, string captured_name, Mono.CompilerServices.SymbolWriter.CapturedVariable.CapturedKind kind) { throw null; }
public override string ToString() { throw null; }
public enum CapturedKind : byte
{
@@ -162,7 +162,7 @@ namespace Mono.CompilerServices.SymbolWriter
protected Mono.CompilerServices.SymbolWriter.LineNumberEntry[] _line_numbers;
protected LineNumberTable(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file) { }
public Mono.CompilerServices.SymbolWriter.LineNumberEntry[] LineNumbers { get { throw null; } }
public bool GetMethodBounds(out Mono.CompilerServices.SymbolWriter.LineNumberEntry start, out Mono.CompilerServices.SymbolWriter.LineNumberEntry end) { start = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); end = default(Mono.CompilerServices.SymbolWriter.LineNumberEntry); throw null; }
public bool GetMethodBounds(out Mono.CompilerServices.SymbolWriter.LineNumberEntry start, out Mono.CompilerServices.SymbolWriter.LineNumberEntry end) { throw null; }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct LocalVariableEntry
@@ -170,7 +170,7 @@ namespace Mono.CompilerServices.SymbolWriter
public readonly int BlockIndex;
public readonly int Index;
public readonly string Name;
public LocalVariableEntry(int index, string name, int block) { throw null;}
public LocalVariableEntry(int index, string name, int block) { throw null; }
public override string ToString() { throw null; }
}
public partial class MethodEntry : System.IComparable
@@ -278,7 +278,7 @@ namespace Mono.CompilerServices.SymbolWriter
public readonly string Name;
public readonly int Parent;
public readonly string[] UsingClauses;
public NamespaceEntry(string name, int index, string[] using_clauses, int parent) { throw null;}
public NamespaceEntry(string name, int index, string[] using_clauses, int parent) { throw null; }
public override string ToString() { throw null; }
}
public partial class OffsetTable
@@ -320,7 +320,7 @@ namespace Mono.CompilerServices.SymbolWriter
{
public readonly int Index;
public readonly int Scope;
public ScopeVariable(int scope, int index) { throw null;}
public ScopeVariable(int scope, int index) { throw null; }
public override string ToString() { throw null; }
}
public partial class SourceFileEntry