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("4.0.0.0")]
[assembly:System.CLSCompliantAttribute(true)]
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
[assembly:System.Diagnostics.DebuggableAttribute(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
[assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Data.Linq.dll")]
@@ -60,32 +60,32 @@ namespace DbLinq.Util
}
namespace System
{
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
{
public MonoDocumentationNoteAttribute(string comment) { }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
{
public MonoExtensionAttribute(string comment) { }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
{
public MonoInternalNoteAttribute(string comment) { }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
{
public MonoLimitationAttribute(string comment) { }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
{
public MonoNotSupportedAttribute(string comment) { }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
internal partial class MonoTODOAttribute : System.Attribute
{
public MonoTODOAttribute() { }
@@ -232,7 +232,7 @@ namespace System.Data.Linq
public DataLoadOptions() { }
public void AssociateWith(System.Linq.Expressions.LambdaExpression expression) { }
public void AssociateWith<T>(System.Linq.Expressions.Expression<System.Func<T, object>> expression) { }
public bool GetAssociationCriteria(System.Reflection.MemberInfo memberInfo, out System.Linq.Expressions.LambdaExpression associationCriteria) { associationCriteria = default(System.Linq.Expressions.LambdaExpression); throw null; }
public bool GetAssociationCriteria(System.Reflection.MemberInfo memberInfo, out System.Linq.Expressions.LambdaExpression associationCriteria) { throw null; }
public bool IsImmediate(System.Reflection.MemberInfo memberInfo) { throw null; }
public void LoadWith(System.Linq.Expressions.LambdaExpression expression) { }
public void LoadWith<T>(System.Linq.Expressions.Expression<System.Func<T, object>> expression) { }
@@ -254,9 +254,12 @@ namespace System.Data.Linq
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct EntityRef<TEntity> where TEntity : class
{
public EntityRef(System.Collections.Generic.IEnumerable<TEntity> source) { throw null;}
public EntityRef(System.Data.Linq.EntityRef<TEntity> entityRef) { throw null;}
public EntityRef(TEntity entity) { throw null;}
private TEntity entity;
private object _dummy;
private int _dummyPrimitive;
public EntityRef(System.Collections.Generic.IEnumerable<TEntity> source) { throw null; }
public EntityRef(System.Data.Linq.EntityRef<TEntity> entityRef) { throw null; }
public EntityRef(TEntity entity) { throw null; }
public TEntity Entity { get { throw null; } set { } }
public bool HasLoadedOrAssignedValue { get { throw null; } }
}
@@ -346,11 +349,11 @@ namespace System.Data.Linq
public partial struct Link<T>
{
[System.MonoTODOAttribute]
public Link(System.Collections.Generic.IEnumerable<T> source) { throw null;}
public Link(System.Collections.Generic.IEnumerable<T> source) { throw null; }
[System.MonoTODOAttribute]
public Link(System.Data.Linq.Link<T> link) { throw null;}
public Link(System.Data.Linq.Link<T> link) { throw null; }
[System.MonoTODOAttribute]
public Link(T value) { throw null;}
public Link(T value) { throw null; }
[System.MonoTODOAttribute]
public bool HasLoadedOrAssignedValue { get { throw null; } }
[System.MonoTODOAttribute]
@@ -459,7 +462,7 @@ namespace System.Data.Linq
}
namespace System.Data.Linq.Mapping
{
[System.AttributeUsageAttribute((System.AttributeTargets)(384), AllowMultiple=false)]
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false)]
public sealed partial class AssociationAttribute : System.Data.Linq.Mapping.DataAttribute
{
public AssociationAttribute() { }
@@ -483,7 +486,7 @@ namespace System.Data.Linq.Mapping
OnInsert = 3,
OnUpdate = 4,
}
[System.AttributeUsageAttribute((System.AttributeTargets)(384), AllowMultiple=false)]
[System.AttributeUsageAttribute(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false)]
public sealed partial class ColumnAttribute : System.Data.Linq.Mapping.DataAttribute
{
public ColumnAttribute() { }
@@ -503,20 +506,20 @@ namespace System.Data.Linq.Mapping
public string Name { get { throw null; } set { } }
public string Storage { get { throw null; } set { } }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false)]
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false)]
public sealed partial class DatabaseAttribute : System.Attribute
{
public DatabaseAttribute() { }
public string Name { get { throw null; } set { } }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(64), AllowMultiple=false)]
[System.AttributeUsageAttribute(System.AttributeTargets.Method, AllowMultiple=false)]
public sealed partial class FunctionAttribute : System.Attribute
{
public FunctionAttribute() { }
public bool IsComposable { get { throw null; } set { } }
public string Name { get { throw null; } set { } }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=true, Inherited=false)]
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=true, Inherited=false)]
public sealed partial class InheritanceMappingAttribute : System.Attribute
{
public InheritanceMappingAttribute() { }
@@ -678,27 +681,27 @@ namespace System.Data.Linq.Mapping
public abstract System.Data.Linq.Mapping.MetaType GetInheritanceType(System.Type type);
public abstract System.Data.Linq.Mapping.MetaType GetTypeForInheritanceCode(object code);
}
[System.AttributeUsageAttribute((System.AttributeTargets)(10240), AllowMultiple=false)]
[System.AttributeUsageAttribute(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue, AllowMultiple=false)]
public sealed partial class ParameterAttribute : System.Attribute
{
public ParameterAttribute() { }
public string DbType { get { throw null; } set { } }
public string Name { get { throw null; } set { } }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false)]
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false)]
public sealed partial class ProviderAttribute : System.Attribute
{
public ProviderAttribute() { }
public ProviderAttribute(System.Type type) { }
public System.Type Type { get { throw null; } }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(64), AllowMultiple=true)]
[System.AttributeUsageAttribute(System.AttributeTargets.Method, AllowMultiple=true)]
public sealed partial class ResultTypeAttribute : System.Attribute
{
public ResultTypeAttribute(System.Type type) { }
public System.Type Type { get { throw null; } }
}
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=false)]
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
public sealed partial class TableAttribute : System.Attribute
{
public TableAttribute() { }