Imported Upstream version 6.4.0.137

Former-commit-id: 943baa9f16a098c33e129777827f3a9d20da00d6
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-07-26 19:53:28 +00:00
parent e9207cf623
commit ef583813eb
2712 changed files with 74169 additions and 40587 deletions

View File

@@ -29,6 +29,7 @@
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.ImmutableObjectAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.InitializationEventAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.ISite))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.ISupportInitialize))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.LocalizableAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.MergablePropertyAttribute))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.NotifyParentPropertyAttribute))]

View File

@@ -26,6 +26,7 @@
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.CollectionChangeEventArgs))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.CollectionChangeEventHandler))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.CollectionConverter))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.Container))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.CustomTypeDescriptor))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DateTimeConverter))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DateTimeOffsetConverter))]

View File

@@ -14,81 +14,11 @@
[assembly:System.Reflection.AssemblyTitleAttribute("System.Reflection.TypeExtensions")]
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.AssemblyExtensions))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.BindingFlags))]
namespace System.Reflection
{
public static partial class AssemblyExtensions
{
public static System.Type[] GetExportedTypes(System.Reflection.Assembly assembly) { throw null; }
public static System.Reflection.Module[] GetModules(System.Reflection.Assembly assembly) { throw null; }
public static System.Type[] GetTypes(System.Reflection.Assembly assembly) { throw null; }
}
public static partial class EventInfoExtensions
{
public static System.Reflection.MethodInfo GetAddMethod(System.Reflection.EventInfo eventInfo) { throw null; }
public static System.Reflection.MethodInfo GetAddMethod(System.Reflection.EventInfo eventInfo, bool nonPublic) { throw null; }
public static System.Reflection.MethodInfo GetRaiseMethod(System.Reflection.EventInfo eventInfo) { throw null; }
public static System.Reflection.MethodInfo GetRaiseMethod(System.Reflection.EventInfo eventInfo, bool nonPublic) { throw null; }
public static System.Reflection.MethodInfo GetRemoveMethod(System.Reflection.EventInfo eventInfo) { throw null; }
public static System.Reflection.MethodInfo GetRemoveMethod(System.Reflection.EventInfo eventInfo, bool nonPublic) { throw null; }
}
public static partial class MemberInfoExtensions
{
public static int GetMetadataToken(this System.Reflection.MemberInfo member) { throw null; }
public static bool HasMetadataToken(this System.Reflection.MemberInfo member) { throw null; }
}
public static partial class MethodInfoExtensions
{
public static System.Reflection.MethodInfo GetBaseDefinition(System.Reflection.MethodInfo method) { throw null; }
}
public static partial class ModuleExtensions
{
public static System.Guid GetModuleVersionId(this System.Reflection.Module module) { throw null; }
public static bool HasModuleVersionId(this System.Reflection.Module module) { throw null; }
}
public static partial class PropertyInfoExtensions
{
public static System.Reflection.MethodInfo[] GetAccessors(System.Reflection.PropertyInfo property) { throw null; }
public static System.Reflection.MethodInfo[] GetAccessors(System.Reflection.PropertyInfo property, bool nonPublic) { throw null; }
public static System.Reflection.MethodInfo GetGetMethod(System.Reflection.PropertyInfo property) { throw null; }
public static System.Reflection.MethodInfo GetGetMethod(System.Reflection.PropertyInfo property, bool nonPublic) { throw null; }
public static System.Reflection.MethodInfo GetSetMethod(System.Reflection.PropertyInfo property) { throw null; }
public static System.Reflection.MethodInfo GetSetMethod(System.Reflection.PropertyInfo property, bool nonPublic) { throw null; }
}
public static partial class TypeExtensions
{
public static System.Reflection.ConstructorInfo GetConstructor(System.Type type, System.Type[] types) { throw null; }
public static System.Reflection.ConstructorInfo[] GetConstructors(System.Type type) { throw null; }
public static System.Reflection.ConstructorInfo[] GetConstructors(System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }
public static System.Reflection.MemberInfo[] GetDefaultMembers(System.Type type) { throw null; }
public static System.Reflection.EventInfo GetEvent(System.Type type, string name) { throw null; }
public static System.Reflection.EventInfo GetEvent(System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
public static System.Reflection.EventInfo[] GetEvents(System.Type type) { throw null; }
public static System.Reflection.EventInfo[] GetEvents(System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }
public static System.Reflection.FieldInfo GetField(System.Type type, string name) { throw null; }
public static System.Reflection.FieldInfo GetField(System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
public static System.Reflection.FieldInfo[] GetFields(System.Type type) { throw null; }
public static System.Reflection.FieldInfo[] GetFields(System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }
public static System.Type[] GetGenericArguments(System.Type type) { throw null; }
public static System.Type[] GetInterfaces(System.Type type) { throw null; }
public static System.Reflection.MemberInfo[] GetMember(System.Type type, string name) { throw null; }
public static System.Reflection.MemberInfo[] GetMember(System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
public static System.Reflection.MemberInfo[] GetMembers(System.Type type) { throw null; }
public static System.Reflection.MemberInfo[] GetMembers(System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }
public static System.Reflection.MethodInfo GetMethod(System.Type type, string name) { throw null; }
public static System.Reflection.MethodInfo GetMethod(System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
public static System.Reflection.MethodInfo GetMethod(System.Type type, string name, System.Type[] types) { throw null; }
public static System.Reflection.MethodInfo[] GetMethods(System.Type type) { throw null; }
public static System.Reflection.MethodInfo[] GetMethods(System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }
public static System.Type GetNestedType(System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
public static System.Type[] GetNestedTypes(System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }
public static System.Reflection.PropertyInfo[] GetProperties(System.Type type) { throw null; }
public static System.Reflection.PropertyInfo[] GetProperties(System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }
public static System.Reflection.PropertyInfo GetProperty(System.Type type, string name) { throw null; }
public static System.Reflection.PropertyInfo GetProperty(System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
public static System.Reflection.PropertyInfo GetProperty(System.Type type, string name, System.Type returnType) { throw null; }
public static System.Reflection.PropertyInfo GetProperty(System.Type type, string name, System.Type returnType, System.Type[] types) { throw null; }
public static bool IsAssignableFrom(System.Type type, System.Type c) { throw null; }
public static bool IsInstanceOfType(System.Type type, object o) { throw null; }
}
}
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.EventInfoExtensions))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.MemberInfoExtensions))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.MethodInfoExtensions))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ModuleExtensions))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.PropertyInfoExtensions))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.TypeExtensions))]

View File

@@ -1 +1 @@
a438847534be72b44f416c7d8fa4304d446ad10a
faec721a749e501975809f748630ed297fd55e50

View File

@@ -189,9 +189,13 @@ namespace Microsoft.Build.Utilities
public static string GetPathToDotNetFrameworkSdk(Microsoft.Build.Utilities.TargetDotNetFrameworkVersion version) { throw null; }
[System.MonoTODOAttribute]
public static string GetPathToDotNetFrameworkSdkFile(string fileName, Microsoft.Build.Utilities.TargetDotNetFrameworkVersion version) { throw null; }
public static System.Collections.Generic.IList<string> GetPathToReferenceAssemblies(System.Runtime.Versioning.FrameworkName frameworkName) { throw null; }
public static System.Collections.Generic.IList<string> GetPathToReferenceAssemblies(string targetFrameworkRootPath, System.Runtime.Versioning.FrameworkName frameworkName) { throw null; }
public static System.Collections.Generic.IList<string> GetPathToReferenceAssemblies(string targetFrameworkIdentifier, string targetFrameworkVersion, string targetFrameworkProfile) { throw null; }
public static string GetPathToStandardLibraries(string targetFrameworkIdentifier, string targetFrameworkVersion, string targetFrameworkProfile) { throw null; }
[System.MonoTODOAttribute]
public static string GetPathToSystemFile(string fileName) { throw null; }
public static System.Collections.Generic.IList<string> GetSupportedTargetFrameworks() { throw null; }
}
public abstract partial class ToolTask : Microsoft.Build.Utilities.Task, Microsoft.Build.Framework.ICancelableTask, Microsoft.Build.Framework.ITask
{

View File

@@ -2,12 +2,12 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
[assembly:System.Reflection.AssemblyVersionAttribute("0.10.3.0")]
[assembly:System.Reflection.AssemblyVersionAttribute("0.11.0.0")]
[assembly:System.CLSCompliantAttribute(false)]
[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")]
[assembly:System.Reflection.AssemblyFileVersionAttribute("0.11.0.0")]
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("0.11.0.0")]
[assembly:System.Reflection.AssemblyProductAttribute("Mono.Cecil")]
[assembly:System.Reflection.AssemblyTitleAttribute("Mono.Cecil.Mdb")]
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]

View File

@@ -1 +1 @@
ed9a4bcc93fc24d0f19acec9216b467b0d80f5fb
ae5c2ba6031a8cbc764d92b0b73afdfddcc41486

View File

@@ -65,6 +65,7 @@ namespace Mono.Debugger.Soft
internal AssemblyMirror() { }
public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
public Mono.Debugger.Soft.MethodMirror EntryPoint { get { throw null; } }
public bool HasDebugInfo { get { throw null; } }
public bool HasFetchedPdb { get { throw null; } }
public bool HasPdb { get { throw null; } }
public bool IsDynamic { get { throw null; } }
@@ -850,6 +851,7 @@ namespace Mono.Debugger.Soft
public Mono.Debugger.Soft.Event GetNextEvent() { throw null; }
public Mono.Debugger.Soft.Event GetNextEvent(int timeout) { throw null; }
public Mono.Debugger.Soft.EventSet GetNextEventSet() { throw null; }
public Mono.Debugger.Soft.EventSet GetNextEventSet(int timeoutInMilliseconds) { throw null; }
[System.ObsoleteAttribute("Use GetNextEventSet () instead")]
public T GetNextEvent<T>() where T : Mono.Debugger.Soft.Event { throw null; }
public System.Collections.Generic.IList<Mono.Debugger.Soft.ThreadMirror> GetThreads() { throw null; }

View File

@@ -1 +1 @@
1d07f529e45ff235d033ff3e01d19d8866105451
184ec5ae8a201598917197c20232db8d032dd8fd

View File

@@ -16,48 +16,10 @@
[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("sqlmetal, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c5753d8c47f40083f549016a5711238ac8ec297605abccd3dc4b6d0f280b4764eb2cc58ec4e37831edad7e7a07b8fe4a9cbb059374c0cc047aa28839fed7176761813caf6a2ffa0bff9afb50ead56dd3f56186a663962a12b830c2a70eb70ec77823eb5750e5bdef9e01d097c30b5c5463c3d07d3472b58e4c02f2792309259f")]
[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("sqlmetal_test_net_2_0, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c5753d8c47f40083f549016a5711238ac8ec297605abccd3dc4b6d0f280b4764eb2cc58ec4e37831edad7e7a07b8fe4a9cbb059374c0cc047aa28839fed7176761813caf6a2ffa0bff9afb50ead56dd3f56186a663962a12b830c2a70eb70ec77823eb5750e5bdef9e01d097c30b5c5463c3d07d3472b58e4c02f2792309259f")]
[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("sqlmetal_test_net_4_0, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c5753d8c47f40083f549016a5711238ac8ec297605abccd3dc4b6d0f280b4764eb2cc58ec4e37831edad7e7a07b8fe4a9cbb059374c0cc047aa28839fed7176761813caf6a2ffa0bff9afb50ead56dd3f56186a663962a12b830c2a70eb70ec77823eb5750e5bdef9e01d097c30b5c5463c3d07d3472b58e4c02f2792309259f")]
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
namespace DbLinq.Util
{
public abstract partial class BaseLock : System.IDisposable
{
protected System.Threading.ReaderWriterLockSlim _Locks;
public BaseLock(System.Threading.ReaderWriterLockSlim locks) { }
public abstract void Dispose();
}
public static partial class Locks
{
public static System.Threading.ReaderWriterLockSlim GetLockInstance() { throw null; }
public static System.Threading.ReaderWriterLockSlim GetLockInstance(System.Threading.LockRecursionPolicy recursionPolicy) { throw null; }
public static void GetReadLock(System.Threading.ReaderWriterLockSlim locks) { }
public static void GetReadOnlyLock(System.Threading.ReaderWriterLockSlim locks) { }
public static void GetWriteLock(System.Threading.ReaderWriterLockSlim locks) { }
public static void ReleaseLock(System.Threading.ReaderWriterLockSlim locks) { }
public static void ReleaseReadLock(System.Threading.ReaderWriterLockSlim locks) { }
public static void ReleaseReadOnlyLock(System.Threading.ReaderWriterLockSlim locks) { }
public static void ReleaseWriteLock(System.Threading.ReaderWriterLockSlim locks) { }
}
public partial class ReadLock : DbLinq.Util.BaseLock
{
public ReadLock(System.Threading.ReaderWriterLockSlim locks) : base (default(System.Threading.ReaderWriterLockSlim)) { }
public override void Dispose() { }
}
public partial class ReadOnlyLock : DbLinq.Util.BaseLock
{
public ReadOnlyLock(System.Threading.ReaderWriterLockSlim locks) : base (default(System.Threading.ReaderWriterLockSlim)) { }
public override void Dispose() { }
}
public partial class WriteLock : DbLinq.Util.BaseLock
{
public WriteLock(System.Threading.ReaderWriterLockSlim locks) : base (default(System.Threading.ReaderWriterLockSlim)) { }
public override void Dispose() { }
}
}
[assembly:System.Security.SecurityCriticalAttribute]
namespace System
{
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
@@ -120,35 +82,20 @@ namespace System.Data.Linq
public sealed partial class ChangeConflictCollection : System.Collections.Generic.ICollection<System.Data.Linq.ObjectChangeConflict>, System.Collections.Generic.IEnumerable<System.Data.Linq.ObjectChangeConflict>, System.Collections.ICollection, System.Collections.IEnumerable
{
internal ChangeConflictCollection() { }
[System.MonoTODOAttribute]
public int Count { get { throw null; } }
[System.MonoTODOAttribute]
public System.Data.Linq.ObjectChangeConflict this[int index] { get { throw null; } }
[System.MonoTODOAttribute]
bool System.Collections.Generic.ICollection<System.Data.Linq.ObjectChangeConflict>.IsReadOnly { get { throw null; } }
[System.MonoTODOAttribute]
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
[System.MonoTODOAttribute]
object System.Collections.ICollection.SyncRoot { get { throw null; } }
[System.MonoTODOAttribute]
public void Clear() { }
[System.MonoTODOAttribute]
public bool Contains(System.Data.Linq.ObjectChangeConflict item) { throw null; }
[System.MonoTODOAttribute]
public void CopyTo(System.Data.Linq.ObjectChangeConflict[] array, int arrayIndex) { }
[System.MonoTODOAttribute]
public System.Collections.Generic.IEnumerator<System.Data.Linq.ObjectChangeConflict> GetEnumerator() { throw null; }
[System.MonoTODOAttribute]
public bool Remove(System.Data.Linq.ObjectChangeConflict item) { throw null; }
[System.MonoTODOAttribute]
public void ResolveAll(System.Data.Linq.RefreshMode mode) { }
[System.MonoTODOAttribute]
public void ResolveAll(System.Data.Linq.RefreshMode mode, bool autoResolveDeletes) { }
[System.MonoTODOAttribute]
void System.Collections.Generic.ICollection<System.Data.Linq.ObjectChangeConflict>.Add(System.Data.Linq.ObjectChangeConflict item) { }
[System.MonoTODOAttribute]
void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
[System.MonoTODOAttribute]
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
}
public partial class ChangeConflictException : System.Exception
@@ -168,16 +115,23 @@ namespace System.Data.Linq
public sealed partial class CompiledQuery
{
internal CompiledQuery() { }
[System.MonoTODOAttribute]
public System.Linq.Expressions.LambdaExpression Expression { get { throw null; } }
[System.MonoTODOAttribute]
public static System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TResult> Compile<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TResult>(System.Linq.Expressions.Expression<System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TResult>> query) where TArg0 : System.Data.Linq.DataContext { throw null; }
public static System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TResult> Compile<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TResult>(System.Linq.Expressions.Expression<System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TResult>> query) where TArg0 : System.Data.Linq.DataContext { throw null; }
public static System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TResult> Compile<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TResult>(System.Linq.Expressions.Expression<System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TResult>> query) where TArg0 : System.Data.Linq.DataContext { throw null; }
public static System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TArg11, TResult> Compile<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TArg11, TResult>(System.Linq.Expressions.Expression<System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TArg11, TResult>> query) where TArg0 : System.Data.Linq.DataContext { throw null; }
public static System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TArg11, TArg12, TResult> Compile<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TArg11, TArg12, TResult>(System.Linq.Expressions.Expression<System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TArg11, TArg12, TResult>> query) where TArg0 : System.Data.Linq.DataContext { throw null; }
public static System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TArg11, TArg12, TArg13, TResult> Compile<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TArg11, TArg12, TArg13, TResult>(System.Linq.Expressions.Expression<System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TArg11, TArg12, TArg13, TResult>> query) where TArg0 : System.Data.Linq.DataContext { throw null; }
public static System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TArg11, TArg12, TArg13, TArg14, TResult> Compile<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TArg11, TArg12, TArg13, TArg14, TResult>(System.Linq.Expressions.Expression<System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TArg11, TArg12, TArg13, TArg14, TResult>> query) where TArg0 : System.Data.Linq.DataContext { throw null; }
public static System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TArg11, TArg12, TArg13, TArg14, TArg15, TResult> Compile<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TArg11, TArg12, TArg13, TArg14, TArg15, TResult>(System.Linq.Expressions.Expression<System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TArg11, TArg12, TArg13, TArg14, TArg15, TResult>> query) where TArg0 : System.Data.Linq.DataContext { throw null; }
public static System.Func<TArg0, TResult> Compile<TArg0, TResult>(System.Linq.Expressions.Expression<System.Func<TArg0, TResult>> query) where TArg0 : System.Data.Linq.DataContext { throw null; }
[System.MonoTODOAttribute]
public static System.Func<TArg0, TArg1, TResult> Compile<TArg0, TArg1, TResult>(System.Linq.Expressions.Expression<System.Func<TArg0, TArg1, TResult>> query) where TArg0 : System.Data.Linq.DataContext { throw null; }
[System.MonoTODOAttribute]
public static System.Func<TArg0, TArg1, TArg2, TResult> Compile<TArg0, TArg1, TArg2, TResult>(System.Linq.Expressions.Expression<System.Func<TArg0, TArg1, TArg2, TResult>> query) where TArg0 : System.Data.Linq.DataContext { throw null; }
[System.MonoTODOAttribute]
public static System.Func<TArg0, TArg1, TArg2, TArg3, TResult> Compile<TArg0, TArg1, TArg2, TArg3, TResult>(System.Linq.Expressions.Expression<System.Func<TArg0, TArg1, TArg2, TArg3, TResult>> query) where TArg0 : System.Data.Linq.DataContext { throw null; }
public static System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TResult> Compile<TArg0, TArg1, TArg2, TArg3, TArg4, TResult>(System.Linq.Expressions.Expression<System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TResult>> query) where TArg0 : System.Data.Linq.DataContext { throw null; }
public static System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TResult> Compile<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TResult>(System.Linq.Expressions.Expression<System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TResult>> query) where TArg0 : System.Data.Linq.DataContext { throw null; }
public static System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TResult> Compile<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TResult>(System.Linq.Expressions.Expression<System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TResult>> query) where TArg0 : System.Data.Linq.DataContext { throw null; }
public static System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TResult> Compile<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TResult>(System.Linq.Expressions.Expression<System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TResult>> query) where TArg0 : System.Data.Linq.DataContext { throw null; }
}
public enum ConflictMode
{
@@ -198,7 +152,6 @@ namespace System.Data.Linq
public System.IO.TextWriter Log { get { throw null; } set { } }
public System.Data.Linq.Mapping.MetaModel Mapping { get { throw null; } }
public bool ObjectTrackingEnabled { get { throw null; } set { } }
public bool QueryCacheEnabled { get { throw null; } set { } }
public System.Data.Common.DbTransaction Transaction { get { throw null; } set { } }
public void CreateDatabase() { }
protected internal System.Linq.IQueryable<TResult> CreateMethodCallQuery<TResult>(object instance, System.Reflection.MethodInfo methodInfo, params object[] parameters) { throw null; }
@@ -210,12 +163,11 @@ namespace System.Data.Linq
protected internal void ExecuteDynamicDelete(object entity) { }
protected internal void ExecuteDynamicInsert(object entity) { }
protected internal void ExecuteDynamicUpdate(object entity) { }
protected System.Data.Linq.IExecuteResult ExecuteMethodCall(object instance, System.Reflection.MethodInfo methodInfo, params object[] parameters) { throw null; }
protected internal System.Data.Linq.IExecuteResult ExecuteMethodCall(object instance, System.Reflection.MethodInfo methodInfo, params object[] parameters) { throw null; }
public System.Collections.IEnumerable ExecuteQuery(System.Type elementType, string query, params object[] parameters) { throw null; }
public System.Collections.Generic.IEnumerable<TResult> ExecuteQuery<TResult>(string query, params object[] parameters) where TResult : new() { throw null; }
public System.Collections.Generic.IEnumerable<TResult> ExecuteQuery<TResult>(string query, params object[] parameters) { throw null; }
public System.Data.Linq.ChangeSet GetChangeSet() { throw null; }
public System.Data.Common.DbCommand GetCommand(System.Linq.IQueryable query) { throw null; }
public System.Data.IDbCommand GetIDbCommand(System.Linq.IQueryable query) { throw null; }
public System.Data.Linq.ITable GetTable(System.Type type) { throw null; }
public System.Data.Linq.Table<TEntity> GetTable<TEntity>() where TEntity : class { throw null; }
public void Refresh(System.Data.Linq.RefreshMode mode, System.Collections.IEnumerable entities) { }
@@ -232,16 +184,12 @@ 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) { 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) { }
}
public static partial class DBConvert
{
[System.MonoTODOAttribute]
public static object ChangeType(object value, System.Type type) { throw null; }
[System.MonoTODOAttribute]
public static T ChangeType<T>(object value) { throw null; }
}
public partial class DuplicateKeyException : System.InvalidOperationException
@@ -256,7 +204,6 @@ namespace System.Data.Linq
{
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; }
@@ -268,13 +215,10 @@ namespace System.Data.Linq
public EntitySet() { }
public EntitySet(System.Action<TEntity> onAdd, System.Action<TEntity> onRemove) { }
public int Count { get { throw null; } }
public bool HasAssignedValues { get { throw null; } }
public bool HasLoadedOrAssignedValues { get { throw null; } }
public bool HasLoadedValues { get { throw null; } }
public bool IsDeferred { get { throw null; } }
public TEntity this[int index] { get { throw null; } set { } }
bool System.Collections.Generic.ICollection<TEntity>.IsReadOnly { get { throw null; } }
int System.Collections.ICollection.Count { get { throw null; } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
@@ -299,12 +243,10 @@ namespace System.Data.Linq
void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
int System.Collections.IList.Add(object value) { throw null; }
void System.Collections.IList.Clear() { }
bool System.Collections.IList.Contains(object value) { throw null; }
int System.Collections.IList.IndexOf(object value) { throw null; }
void System.Collections.IList.Insert(int index, object value) { }
void System.Collections.IList.Remove(object value) { }
void System.Collections.IList.RemoveAt(int index) { }
System.Collections.IList System.ComponentModel.IListSource.GetList() { throw null; }
}
public partial class ForeignKeyReferenceAlreadyHasValueException : System.InvalidOperationException
@@ -345,68 +287,54 @@ namespace System.Data.Linq
void InsertAllOnSubmit(System.Collections.IEnumerable entities);
void InsertOnSubmit(object entity);
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)]
public partial interface ITable<TEntity> : System.Collections.Generic.IEnumerable<TEntity>, System.Collections.IEnumerable, System.Linq.IQueryable, System.Linq.IQueryable<TEntity> where TEntity : class
{
void Attach(TEntity entity);
void DeleteOnSubmit(TEntity entity);
void InsertOnSubmit(TEntity entity);
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct Link<T>
{
[System.MonoTODOAttribute]
private T underlyingValue;
private object _dummy;
private int _dummyPrimitive;
public Link(System.Collections.Generic.IEnumerable<T> source) { throw null; }
[System.MonoTODOAttribute]
public Link(System.Data.Linq.Link<T> link) { throw null; }
[System.MonoTODOAttribute]
public Link(T value) { throw null; }
[System.MonoTODOAttribute]
public bool HasLoadedOrAssignedValue { get { throw null; } }
[System.MonoTODOAttribute]
public bool HasValue { get { throw null; } }
[System.MonoTODOAttribute]
public T Value { get { throw null; } set { } }
}
public sealed partial class MemberChangeConflict
{
internal MemberChangeConflict() { }
[System.MonoTODOAttribute]
public object CurrentValue { get { throw null; } }
[System.MonoTODOAttribute]
public object DatabaseValue { get { throw null; } }
[System.MonoTODOAttribute]
public bool IsModified { get { throw null; } }
[System.MonoTODOAttribute]
public bool IsResolved { get { throw null; } }
[System.MonoTODOAttribute]
public System.Reflection.MemberInfo Member { get { throw null; } }
[System.MonoTODOAttribute]
public object OriginalValue { get { throw null; } }
[System.MonoTODOAttribute]
public void Resolve(System.Data.Linq.RefreshMode refreshMode) { }
[System.MonoTODOAttribute]
public void Resolve(object value) { }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)]
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct ModifiedMemberInfo
{
[System.MonoTODOAttribute]
private object _dummy;
public object CurrentValue { get { throw null; } }
[System.MonoTODOAttribute]
public System.Reflection.MemberInfo Member { get { throw null; } }
[System.MonoTODOAttribute]
public object OriginalValue { get { throw null; } }
}
public sealed partial class ObjectChangeConflict
{
internal ObjectChangeConflict() { }
[System.MonoTODOAttribute]
public bool IsDeleted { get { throw null; } }
[System.MonoTODOAttribute]
public bool IsResolved { get { throw null; } }
[System.MonoTODOAttribute]
public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Linq.MemberChangeConflict> MemberConflicts { get { throw null; } }
[System.MonoTODOAttribute]
public object Object { get { throw null; } }
[System.MonoTODOAttribute]
public void Resolve() { }
[System.MonoTODOAttribute]
public void Resolve(System.Data.Linq.RefreshMode refreshMode) { }
[System.MonoTODOAttribute]
public void Resolve(System.Data.Linq.RefreshMode refreshMode, bool autoResolveDeletes) { }
}
public enum RefreshMode
@@ -415,7 +343,7 @@ namespace System.Data.Linq
KeepCurrentValues = 0,
OverwriteCurrentValues = 2,
}
public sealed partial class Table<TEntity> : System.Collections.Generic.IEnumerable<TEntity>, System.Collections.IEnumerable, System.ComponentModel.IListSource, System.Data.Linq.ITable, System.Linq.IQueryable, System.Linq.IQueryable<TEntity>, System.Linq.IQueryProvider where TEntity : class
public sealed partial class Table<TEntity> : System.Collections.Generic.IEnumerable<TEntity>, System.Collections.IEnumerable, System.ComponentModel.IListSource, System.Data.Linq.ITable, System.Data.Linq.ITable<TEntity>, System.Linq.IQueryable, System.Linq.IQueryable<TEntity>, System.Linq.IQueryProvider where TEntity : class
{
internal Table() { }
public System.Data.Linq.DataContext Context { get { throw null; } }
@@ -447,16 +375,14 @@ namespace System.Data.Linq
void System.Data.Linq.ITable.AttachAll(System.Collections.IEnumerable entities, bool asModified) { }
void System.Data.Linq.ITable.DeleteAllOnSubmit(System.Collections.IEnumerable entities) { }
void System.Data.Linq.ITable.DeleteOnSubmit(object entity) { }
[System.ObsoleteAttribute("NOT IMPLEMENTED YET")]
System.Data.Linq.ModifiedMemberInfo[] System.Data.Linq.ITable.GetModifiedMembers(object entity) { throw null; }
[System.ObsoleteAttribute("NOT IMPLEMENTED YET")]
object System.Data.Linq.ITable.GetOriginalEntityState(object entity) { throw null; }
void System.Data.Linq.ITable.InsertAllOnSubmit(System.Collections.IEnumerable entities) { }
void System.Data.Linq.ITable.InsertOnSubmit(object entity) { }
System.Linq.IQueryable System.Linq.IQueryProvider.CreateQuery(System.Linq.Expressions.Expression expression) { throw null; }
System.Linq.IQueryable<S> System.Linq.IQueryProvider.CreateQuery<S>(System.Linq.Expressions.Expression expr) { throw null; }
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoInlining, NoOptimization)]System.Linq.IQueryable System.Linq.IQueryProvider.CreateQuery(System.Linq.Expressions.Expression expression) { throw null; }
System.Linq.IQueryable<TResult> System.Linq.IQueryProvider.CreateQuery<TResult>(System.Linq.Expressions.Expression expression) { throw null; }
object System.Linq.IQueryProvider.Execute(System.Linq.Expressions.Expression expression) { throw null; }
S System.Linq.IQueryProvider.Execute<S>(System.Linq.Expressions.Expression expression) { throw null; }
TResult System.Linq.IQueryProvider.Execute<TResult>(System.Linq.Expressions.Expression expression) { throw null; }
public override string ToString() { throw null; }
}
}
@@ -538,11 +464,8 @@ namespace System.Data.Linq.Mapping
protected MetaAccessor() { }
public abstract System.Type Type { get; }
public abstract object GetBoxedValue(object instance);
[System.MonoTODOAttribute]
public virtual bool HasAssignedValue(object instance) { throw null; }
[System.MonoTODOAttribute]
public virtual bool HasLoadedValue(object instance) { throw null; }
[System.MonoTODOAttribute]
public virtual bool HasValue(object instance) { throw null; }
public abstract void SetBoxedValue(ref object instance, object value);
}
@@ -725,109 +648,66 @@ namespace System.Data.Linq.Mapping
}
namespace System.Data.Linq.SqlClient
{
public partial class Sql2000Provider : System.Data.Linq.SqlClient.SqlProvider
public sealed partial class Sql2000Provider : System.Data.Linq.SqlClient.SqlProvider
{
public Sql2000Provider() { }
}
public partial class Sql2005Provider : System.Data.Linq.SqlClient.SqlProvider
public sealed partial class Sql2005Provider : System.Data.Linq.SqlClient.SqlProvider
{
public Sql2005Provider() { }
}
public partial class Sql2008Provider : System.Data.Linq.SqlClient.SqlProvider
public sealed partial class Sql2008Provider : System.Data.Linq.SqlClient.SqlProvider
{
public Sql2008Provider() { }
}
public static partial class SqlHelpers
{
[System.MonoTODOAttribute]
public static string GetStringContainsPattern(string text, char escape) { throw null; }
[System.MonoTODOAttribute]
public static string GetStringEndsWithPattern(string text, char escape) { throw null; }
[System.MonoTODOAttribute]
public static string GetStringStartsWithPattern(string text, char escape) { throw null; }
[System.MonoTODOAttribute]
public static string TranslateVBLikePattern(string pattern, char escape) { throw null; }
}
public static partial class SqlMethods
{
[System.MonoTODOAttribute]
public static int DateDiffDay(System.DateTime startDate, System.DateTime endDate) { throw null; }
[System.MonoTODOAttribute]
public static int DateDiffDay(System.DateTimeOffset startDate, System.DateTimeOffset endDate) { throw null; }
[System.MonoTODOAttribute]
public static System.Nullable<int> DateDiffDay(System.Nullable<System.DateTimeOffset> startDate, System.Nullable<System.DateTimeOffset> endDate) { throw null; }
[System.MonoTODOAttribute]
public static System.Nullable<int> DateDiffDay(System.Nullable<System.DateTime> startDate, System.Nullable<System.DateTime> endDate) { throw null; }
[System.MonoTODOAttribute]
public static int DateDiffHour(System.DateTime startDate, System.DateTime endDate) { throw null; }
[System.MonoTODOAttribute]
public static int DateDiffHour(System.DateTimeOffset startDate, System.DateTimeOffset endDate) { throw null; }
[System.MonoTODOAttribute]
public static System.Nullable<int> DateDiffHour(System.Nullable<System.DateTimeOffset> startDate, System.Nullable<System.DateTimeOffset> endDate) { throw null; }
[System.MonoTODOAttribute]
public static System.Nullable<int> DateDiffHour(System.Nullable<System.DateTime> startDate, System.Nullable<System.DateTime> endDate) { throw null; }
[System.MonoTODOAttribute]
public static int DateDiffMicrosecond(System.DateTime startDate, System.DateTime endDate) { throw null; }
[System.MonoTODOAttribute]
public static int DateDiffMicrosecond(System.DateTimeOffset startDate, System.DateTimeOffset endDate) { throw null; }
[System.MonoTODOAttribute]
public static System.Nullable<int> DateDiffMicrosecond(System.Nullable<System.DateTimeOffset> startDate, System.Nullable<System.DateTimeOffset> endDate) { throw null; }
[System.MonoTODOAttribute]
public static System.Nullable<int> DateDiffMicrosecond(System.Nullable<System.DateTime> startDate, System.Nullable<System.DateTime> endDate) { throw null; }
[System.MonoTODOAttribute]
public static int DateDiffMillisecond(System.DateTime startDate, System.DateTime endDate) { throw null; }
[System.MonoTODOAttribute]
public static int DateDiffMillisecond(System.DateTimeOffset startDate, System.DateTimeOffset endDate) { throw null; }
[System.MonoTODOAttribute]
public static System.Nullable<int> DateDiffMillisecond(System.Nullable<System.DateTimeOffset> startDate, System.Nullable<System.DateTimeOffset> endDate) { throw null; }
[System.MonoTODOAttribute]
public static System.Nullable<int> DateDiffMillisecond(System.Nullable<System.DateTime> startDate, System.Nullable<System.DateTime> endDate) { throw null; }
[System.MonoTODOAttribute]
public static int DateDiffMinute(System.DateTime startDate, System.DateTime endDate) { throw null; }
[System.MonoTODOAttribute]
public static int DateDiffMinute(System.DateTimeOffset startDate, System.DateTimeOffset endDate) { throw null; }
[System.MonoTODOAttribute]
public static System.Nullable<int> DateDiffMinute(System.Nullable<System.DateTimeOffset> startDate, System.Nullable<System.DateTimeOffset> endDate) { throw null; }
[System.MonoTODOAttribute]
public static System.Nullable<int> DateDiffMinute(System.Nullable<System.DateTime> startDate, System.Nullable<System.DateTime> endDate) { throw null; }
[System.MonoTODOAttribute]
public static int DateDiffMonth(System.DateTime startDate, System.DateTime endDate) { throw null; }
[System.MonoTODOAttribute]
public static int DateDiffMonth(System.DateTimeOffset startDate, System.DateTimeOffset endDate) { throw null; }
[System.MonoTODOAttribute]
public static System.Nullable<int> DateDiffMonth(System.Nullable<System.DateTimeOffset> startDate, System.Nullable<System.DateTimeOffset> endDate) { throw null; }
[System.MonoTODOAttribute]
public static System.Nullable<int> DateDiffMonth(System.Nullable<System.DateTime> startDate, System.Nullable<System.DateTime> endDate) { throw null; }
[System.MonoTODOAttribute]
public static int DateDiffNanosecond(System.DateTime startDate, System.DateTime endDate) { throw null; }
[System.MonoTODOAttribute]
public static int DateDiffNanosecond(System.DateTimeOffset startDate, System.DateTimeOffset endDate) { throw null; }
[System.MonoTODOAttribute]
public static System.Nullable<int> DateDiffNanosecond(System.Nullable<System.DateTimeOffset> startDate, System.Nullable<System.DateTimeOffset> endDate) { throw null; }
[System.MonoTODOAttribute]
public static System.Nullable<int> DateDiffNanosecond(System.Nullable<System.DateTime> startDate, System.Nullable<System.DateTime> endDate) { throw null; }
[System.MonoTODOAttribute]
public static int DateDiffSecond(System.DateTime startDate, System.DateTime endDate) { throw null; }
[System.MonoTODOAttribute]
public static int DateDiffSecond(System.DateTimeOffset startDate, System.DateTimeOffset endDate) { throw null; }
[System.MonoTODOAttribute]
public static System.Nullable<int> DateDiffSecond(System.Nullable<System.DateTimeOffset> startDate, System.Nullable<System.DateTimeOffset> endDate) { throw null; }
[System.MonoTODOAttribute]
public static System.Nullable<int> DateDiffSecond(System.Nullable<System.DateTime> startDate, System.Nullable<System.DateTime> endDate) { throw null; }
[System.MonoTODOAttribute]
public static int DateDiffYear(System.DateTime startDate, System.DateTime endDate) { throw null; }
[System.MonoTODOAttribute]
public static int DateDiffYear(System.DateTimeOffset startDate, System.DateTimeOffset endDate) { throw null; }
[System.MonoTODOAttribute]
public static System.Nullable<int> DateDiffYear(System.Nullable<System.DateTimeOffset> startDate, System.Nullable<System.DateTimeOffset> endDate) { throw null; }
[System.MonoTODOAttribute]
public static System.Nullable<int> DateDiffYear(System.Nullable<System.DateTime> startDate, System.Nullable<System.DateTime> endDate) { throw null; }
[System.MonoTODOAttribute]
public static bool Like(string matchExpression, string pattern) { throw null; }
[System.MonoTODOAttribute]
public static bool Like(string matchExpression, string pattern, char escapeCharacter) { throw null; }
}
[System.MonoTODOAttribute]
public partial class SqlProvider : System.IDisposable
{
public SqlProvider() { }
@@ -839,29 +719,17 @@ namespace System.Data.Linq.SqlClient.Implementation
{
public abstract partial class ObjectMaterializer<TDataReader> where TDataReader : System.Data.Common.DbDataReader
{
[System.MonoTODOAttribute]
public object[] Arguments;
[System.MonoTODOAttribute]
public System.Data.Common.DbDataReader BufferReader;
[System.MonoTODOAttribute]
public TDataReader DataReader;
[System.MonoTODOAttribute]
public object[] Globals;
[System.MonoTODOAttribute]
public object[] Locals;
[System.MonoTODOAttribute]
public int[] Ordinals;
[System.MonoTODOAttribute]
public ObjectMaterializer() { }
[System.MonoTODOAttribute]
public abstract bool CanDeferLoad { get; }
[System.MonoTODOAttribute]
public static System.Collections.Generic.IEnumerable<TOutput> Convert<TOutput>(System.Collections.IEnumerable source) { throw null; }
[System.MonoTODOAttribute]
public static System.Linq.IGrouping<TKey, TElement> CreateGroup<TKey, TElement>(TKey key, System.Collections.Generic.IEnumerable<TElement> items) { throw null; }
[System.MonoTODOAttribute]
public static System.Linq.IOrderedEnumerable<TElement> CreateOrderedEnumerable<TElement>(System.Collections.Generic.IEnumerable<TElement> items) { throw null; }
[System.MonoTODOAttribute]
public static System.Exception ErrorAssignmentToNull(System.Type type) { throw null; }
public abstract System.Collections.IEnumerable ExecuteSubQuery(int iSubQuery, object[] args);
public abstract System.Collections.Generic.IEnumerable<T> GetLinkSource<T>(int globalLink, int localFactory, object[] keyValues);

View File

@@ -1 +1 @@
65d7f06b1029494fa48ec9e06777eee77b95f6d7
65cac5819f53dc216d274aac847182e239f5ff12

View File

@@ -15,12 +15,65 @@
[assembly:System.Reflection.AssemblyTitleAttribute("System.IO.Compression.dll")]
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.Compression.CompressionLevel))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.Compression.CompressionMode))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.Compression.DeflateStream))]
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.Compression.GZipStream))]
namespace System.IO.Compression
{
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct BrotliDecoder : System.IDisposable
{
private object _dummy;
private int _dummyPrimitive;
public System.Buffers.OperationStatus Decompress(System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesConsumed, out int bytesWritten) { throw null; }
public void Dispose() { }
public static bool TryDecompress(System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesWritten) { throw null; }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct BrotliEncoder : System.IDisposable
{
private object _dummy;
private int _dummyPrimitive;
public BrotliEncoder(int quality, int window) { throw null; }
public System.Buffers.OperationStatus Compress(System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesConsumed, out int bytesWritten, bool isFinalBlock) { throw null; }
public void Dispose() { }
public System.Buffers.OperationStatus Flush(System.Span<byte> destination, out int bytesWritten) { throw null; }
public static int GetMaxCompressedLength(int length) { throw null; }
public static bool TryCompress(System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesWritten) { throw null; }
public static bool TryCompress(System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesWritten, int quality, int window) { throw null; }
}
public sealed partial class BrotliStream : System.IO.Stream
{
public BrotliStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel) { }
public BrotliStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel, bool leaveOpen) { }
public BrotliStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode) { }
public BrotliStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode, bool leaveOpen) { }
public System.IO.Stream BaseStream { get { throw null; } }
public override bool CanRead { get { throw null; } }
public override bool CanSeek { get { throw null; } }
public override bool CanWrite { get { throw null; } }
public override long Length { get { throw null; } }
public override long Position { get { throw null; } set { } }
public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
protected override void Dispose(bool disposing) { }
public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
public override void EndWrite(System.IAsyncResult asyncResult) { }
public override void Flush() { }
public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) { throw null; }
public override int Read(byte[] buffer, int offset, int count) { throw null; }
public override int Read(System.Span<byte> buffer) { throw null; }
public override System.Threading.Tasks.Task<int> ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) { throw null; }
public override System.Threading.Tasks.ValueTask<int> ReadAsync(System.Memory<byte> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
public override void SetLength(long value) { }
public override void Write(byte[] buffer, int offset, int count) { }
public override void Write(System.ReadOnlySpan<byte> buffer) { }
public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) { throw null; }
public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory<byte> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
}
public partial class ZipArchive : System.IDisposable
{
public ZipArchive(System.IO.Stream stream) { }

View File

@@ -211,6 +211,7 @@ namespace System.Net.Http
public string ReasonPhrase { get { throw null; } set { } }
public System.Net.Http.HttpRequestMessage RequestMessage { get { throw null; } set { } }
public System.Net.HttpStatusCode StatusCode { get { throw null; } set { } }
public System.Net.Http.Headers.HttpResponseHeaders TrailingHeaders { get { throw null; } }
public System.Version Version { get { throw null; } set { } }
public void Dispose() { }
protected virtual void Dispose(bool disposing) { }

View File

@@ -58,6 +58,21 @@ namespace System.Security.Cryptography
CurrentUser = 0,
LocalMachine = 1,
}
public abstract partial class DataProtector
{
protected DataProtector(string applicationName, string primaryPurpose, string[] specificPurposes) { }
protected string ApplicationName { get { throw null; } }
protected virtual bool PrependHashedPurposeToPlaintext { get { throw null; } }
protected string PrimaryPurpose { get { throw null; } }
protected System.Collections.Generic.IEnumerable<string> SpecificPurposes { get { throw null; } }
public static System.Security.Cryptography.DataProtector Create(string providerClass, string applicationName, string primaryPurpose, params string[] specificPurposes) { throw null; }
protected virtual byte[] GetHashedPurpose() { throw null; }
public abstract bool IsReprotectRequired(byte[] encryptedData);
public byte[] Protect(byte[] userData) { throw null; }
protected abstract byte[] ProviderProtect(byte[] userData);
protected abstract byte[] ProviderUnprotect(byte[] encryptedData);
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoInlining, NoOptimization)]public byte[] Unprotect(byte[] encryptedData) { throw null; }
}
public enum MemoryProtectionScope
{
CrossProcess = 1,

View File

@@ -1 +1 @@
4f2963152b661f2e60a55c67fe84ef968ce065a8
b0dd2e592082da2607e0373fc26feea32e89117f

View File

@@ -1 +1 @@
cae17c3c9a4c8c124b8fc63aabb49906a9bac010
0613b729a2a86a759624e3244f1588c5c808a665

View File

@@ -1 +1 @@
c1b96e23e4f3169d32fd0b3e2e81f63a56107ccc
2476fc6154a8eecaf9df364441c9300312bfe89c