4830 references to NotImplementedException
Analyzer.Utilities.UnitTests (46)
aspire (1)
Aspire.Azure.AI.OpenAI (1)
Aspire.Azure.AI.OpenAI.Tests (1)
Aspire.Azure.Data.Tables.Tests (1)
Aspire.Azure.Messaging.EventHubs.Tests (6)
Aspire.Azure.Messaging.ServiceBus.Tests (1)
Aspire.Azure.Messaging.WebPubSub.Tests (1)
Aspire.Azure.Search.Documents.Tests (1)
Aspire.Azure.Security.KeyVault (2)
Aspire.Azure.Security.KeyVault.Tests (7)
Aspire.Azure.Storage.Blobs.Tests (1)
Aspire.Azure.Storage.Queues.Tests (1)
Aspire.Cli.Tests (9)
Aspire.Confluent.Kafka.Tests (4)
Aspire.Dashboard (4)
Aspire.Dashboard.Components.Tests (6)
Aspire.Dashboard.Tests (12)
Aspire.Hosting (11)
Aspire.Hosting.Azure (1)
Aspire.Hosting.Azure.ServiceBus (2)
Aspire.Hosting.Testing.Tests (1)
Aspire.Hosting.Tests (7)
Aspire.Microsoft.Azure.Cosmos.Tests (2)
Aspire.Microsoft.Data.SqlClient.Tests (1)
Aspire.Microsoft.EntityFrameworkCore.Cosmos.Tests (2)
Aspire.Microsoft.EntityFrameworkCore.SqlServer.Tests (1)
Aspire.Milvus.Client.Tests (2)
Aspire.MongoDB.Driver.Tests (1)
Aspire.MongoDB.Driver.v3.Tests (1)
Aspire.NATS.Net.Tests (1)
Aspire.OpenAI.Tests (1)
Aspire.Oracle.EntityFrameworkCore.Tests (1)
Aspire.Playground.Tests (1)
Aspire.Qdrant.Client.Tests (2)
Aspire.RabbitMQ.Client.Tests (1)
Aspire.RabbitMQ.Client.v7.Tests (1)
Aspire.StackExchange.Redis.Tests (1)
BasicTestApp (3)
BasicWebSite (6)
BinaryFormatTests (18)
ComDisabled.Tests (34)
ClipboardComTests.cs (13)
83int ComTypes.IDataObject.DAdvise(ref ComTypes.FORMATETC pFormatetc, ComTypes.ADVF advf, ComTypes.IAdviseSink adviseSink, out int connection) => throw new NotImplementedException();
84void ComTypes.IDataObject.DUnadvise(int connection) => throw new NotImplementedException();
85int ComTypes.IDataObject.EnumDAdvise(out ComTypes.IEnumSTATDATA enumAdvise) => throw new NotImplementedException();
98throw new NotImplementedException();
101int ComTypes.IDataObject.GetCanonicalFormatEtc(ref ComTypes.FORMATETC formatIn, out ComTypes.FORMATETC formatOut) => throw new NotImplementedException();
105void ComTypes.IDataObject.GetData(ref ComTypes.FORMATETC format, out ComTypes.STGMEDIUM medium) => throw new NotImplementedException();
106void ComTypes.IDataObject.GetDataHere(ref ComTypes.FORMATETC format, ref ComTypes.STGMEDIUM medium) => throw new NotImplementedException();
112int ComTypes.IDataObject.QueryGetData(ref ComTypes.FORMATETC format) => throw new NotImplementedException();
113void IDataObject.SetData(string format, bool autoConvert, object? data) => throw new NotImplementedException();
114void IDataObject.SetData(string format, object? data) => throw new NotImplementedException();
115void IDataObject.SetData(Type format, object? data) => throw new NotImplementedException();
116void IDataObject.SetData(object? data) => throw new NotImplementedException();
117void ComTypes.IDataObject.SetData(ref ComTypes.FORMATETC formatIn, ref ComTypes.STGMEDIUM medium, bool release) => throw new NotImplementedException();
DataObjectComTests.cs (21)
74public object GetData(string format, bool autoConvert) => throw new NotImplementedException();
75public object GetData(string format) => throw new NotImplementedException();
76public object GetData(Type format) => throw new NotImplementedException();
77public bool GetDataPresent(string format, bool autoConvert) => throw new NotImplementedException();
78public bool GetDataPresent(string format) => throw new NotImplementedException();
79public bool GetDataPresent(Type format) => throw new NotImplementedException();
80public string[] GetFormats(bool autoConvert) => throw new NotImplementedException();
81public string[] GetFormats() => throw new NotImplementedException();
82public void SetData(string format, bool autoConvert, object data) => throw new NotImplementedException();
83public void SetData(string format, object data) => throw new NotImplementedException();
84public void SetData(Type format, object data) => throw new NotImplementedException();
85public void SetData(object data) => throw new NotImplementedException();
90public int DAdvise(ref FORMATETC pFormatetc, ADVF advf, IAdviseSink adviseSink, out int connection) => throw new NotImplementedException();
91public void DUnadvise(int connection) => throw new NotImplementedException();
92public int EnumDAdvise(out IEnumSTATDATA enumAdvise) => throw new NotImplementedException();
93public IEnumFORMATETC EnumFormatEtc(DATADIR direction) => throw new NotImplementedException();
94public int GetCanonicalFormatEtc(ref FORMATETC formatIn, out FORMATETC formatOut) => throw new NotImplementedException();
95public void GetData(ref FORMATETC format, out STGMEDIUM medium) => throw new NotImplementedException();
96public void GetDataHere(ref FORMATETC format, ref STGMEDIUM medium) => throw new NotImplementedException();
97public int QueryGetData(ref FORMATETC format) => throw new NotImplementedException();
98public void SetData(ref FORMATETC formatIn, ref STGMEDIUM medium, bool release) => throw new NotImplementedException();
ConfigurationSchemaGenerator.Tests (1)
dotnet-svcutil-lib (144)
DynamicSchemes (1)
FormatterWebSite (2)
GenerateDocumentationAndConfigFiles (1)
HtmlGenerationWebSite (5)
illink (10)
ILLink.RoslynAnalyzer (4)
InMemory.FunctionalTests (12)
InteropWebsite (1)
Metrics (11)
Metrics.Legacy (11)
Microsoft.Arcade.Common (1)
Microsoft.Arcade.Test.Common (12)
Microsoft.AspNetCore.Antiforgery.Test (3)
Microsoft.AspNetCore.Authentication (5)
Microsoft.AspNetCore.Authentication.Abstractions (1)
Microsoft.AspNetCore.Authentication.BearerToken (1)
Microsoft.AspNetCore.Authentication.Core.Test (16)
Microsoft.AspNetCore.Authentication.Test (53)
Microsoft.AspNetCore.Authorization.Test (12)
Microsoft.AspNetCore.Components.Analyzers.Tests (6)
Microsoft.AspNetCore.Components.Authorization.Tests (3)
Microsoft.AspNetCore.Components.Endpoints (2)
Microsoft.AspNetCore.Components.Endpoints.Tests (40)
Microsoft.AspNetCore.Components.Forms.Tests (1)
Microsoft.AspNetCore.Components.Performance (1)
Microsoft.AspNetCore.Components.SdkAnalyzers.Tests (6)
Microsoft.AspNetCore.Components.Server.Tests (11)
Microsoft.AspNetCore.Components.Tests (67)
Microsoft.AspNetCore.Components.Web.Tests (4)
Microsoft.AspNetCore.Components.WebAssembly.Tests (6)
Microsoft.AspNetCore.Components.WebView.Maui (1)
Microsoft.AspNetCore.Components.WebView.Test (4)
Microsoft.AspNetCore.ConcurrencyLimiter.Tests (1)
Microsoft.AspNetCore.CookiePolicy.Test (4)
Microsoft.AspNetCore.DataProtection.Extensions (1)
Microsoft.AspNetCore.DataProtection.Tests (22)
Microsoft.AspNetCore.Diagnostics.Abstractions (1)
Microsoft.AspNetCore.Diagnostics.Tests (7)
Microsoft.AspNetCore.Grpc.JsonTranscoding (3)
Microsoft.AspNetCore.Hosting.Tests (2)
Microsoft.AspNetCore.Html.Abstractions.Tests (1)
Microsoft.AspNetCore.Http.Abstractions (6)
Microsoft.AspNetCore.Http.Abstractions.Tests (10)
Microsoft.AspNetCore.Http.Connections.Tests (14)
Microsoft.AspNetCore.Http.Extensions.Tests (67)
Microsoft.AspNetCore.Http.Microbenchmarks (17)
Microsoft.AspNetCore.Http.Results.Tests (45)
ResultsOfTTests.Generated.cs (5)
208Results<ProvidesMetadataResult1, ProvidesMetadataResult2> MyApi() { throw new NotImplementedException(); }
487Results<ProvidesMetadataResult1, ProvidesMetadataResult2, ProvidesMetadataResult3> MyApi() { throw new NotImplementedException(); }
843Results<ProvidesMetadataResult1, ProvidesMetadataResult2, ProvidesMetadataResult3, ProvidesMetadataResult4> MyApi() { throw new NotImplementedException(); }
1284Results<ProvidesMetadataResult1, ProvidesMetadataResult2, ProvidesMetadataResult3, ProvidesMetadataResult4, ProvidesMetadataResult5> MyApi() { throw new NotImplementedException(); }
1818Results<ProvidesMetadataResult1, ProvidesMetadataResult2, ProvidesMetadataResult3, ProvidesMetadataResult4, ProvidesMetadataResult5, ProvidesMetadataResult6> MyApi() { throw new NotImplementedException(); }
Microsoft.AspNetCore.Http.Tests (4)
Microsoft.AspNetCore.Identity (2)
Microsoft.AspNetCore.Identity.FunctionalTests (2)
Microsoft.AspNetCore.Identity.Test (113)
Microsoft.AspNetCore.Identity.UI (98)
Microsoft.AspNetCore.InternalTesting (1)
Microsoft.AspNetCore.JsonPatch.Tests (2)
Microsoft.AspNetCore.Mvc.Abstractions (3)
Microsoft.AspNetCore.Mvc.Abstractions.Test (49)
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (6)
Microsoft.AspNetCore.Mvc.Core (4)
Microsoft.AspNetCore.Mvc.Core.Test (72)
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (3)
Microsoft.AspNetCore.Mvc.Formatters.Xml (1)
Microsoft.AspNetCore.Mvc.IntegrationTests (42)
Microsoft.AspNetCore.Mvc.Localization.Test (14)
Microsoft.AspNetCore.Mvc.NewtonsoftJson.Test (2)
Microsoft.AspNetCore.Mvc.Razor.Test (10)
Microsoft.AspNetCore.Mvc.RazorPages.Test (45)
Microsoft.AspNetCore.Mvc.TagHelpers.Test (16)
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (35)
Microsoft.AspNetCore.Mvc.Views.TestCommon (7)
Microsoft.AspNetCore.OpenApi.Tests (6)
Microsoft.AspNetCore.OutputCaching.Tests (1)
Microsoft.AspNetCore.Owin (5)
Microsoft.AspNetCore.RateLimiting.Tests (5)
Microsoft.AspNetCore.ResponseCaching.Microbenchmarks (3)
Microsoft.AspNetCore.ResponseCaching.Tests (1)
Microsoft.AspNetCore.Routing (2)
Microsoft.AspNetCore.Routing.Microbenchmarks (12)
Microsoft.AspNetCore.Routing.Tests (17)
Microsoft.AspNetCore.Server.HttpSys (2)
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (5)
Microsoft.AspNetCore.Server.IIS (2)
Microsoft.AspNetCore.Server.Kestrel.Core (19)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (29)
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (7)
Microsoft.AspNetCore.Server.Kestrel.Tests (2)
Microsoft.AspNetCore.Shared.Tests (28)
Microsoft.AspNetCore.SignalR.Client.Core (3)
Microsoft.AspNetCore.SignalR.Client.Tests (8)
Microsoft.AspNetCore.SignalR.Common.Tests (1)
Microsoft.AspNetCore.SignalR.Core (5)
Microsoft.AspNetCore.SignalR.Microbenchmarks (6)
Microsoft.AspNetCore.SignalR.Specification.Tests (1)
Microsoft.AspNetCore.SignalR.StackExchangeRedis (4)
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (60)
Microsoft.AspNetCore.SignalR.Tests (51)
Microsoft.AspNetCore.SignalR.Tests.Utils (1)
Microsoft.AspNetCore.StaticFiles.Tests (7)
Microsoft.AspNetCore.Tests (5)
Microsoft.AspNetCore.WebUtilities.Tests (1)
Microsoft.Build (36)
Microsoft.Build.BuildCheck.UnitTests (6)
Microsoft.Build.Engine.OM.UnitTests (10)
Microsoft.Build.Engine.UnitTests (118)
Microsoft.Build.Framework (4)
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (4)
Microsoft.Build.Tasks.Core (3)
Microsoft.Build.Tasks.UnitTests (10)
Microsoft.Build.UnitTests.Shared (1)
Microsoft.Build.Utilities.Core (2)
Microsoft.Cci.Extensions (71)
Microsoft.CodeAnalysis (142)
DiaSymReader\Metadata\MetadataAdapterBase.cs (111)
16=> throw new NotImplementedException();
22=> throw new NotImplementedException();
31=> throw new NotImplementedException();
39=> throw new NotImplementedException();
42=> throw new NotImplementedException();
55=> throw new NotImplementedException();
57void IMetadataImport.CloseEnum(void* enumHandle) => throw new NotImplementedException();
58int IMetadataImport.CountEnum(void* enumHandle, out int count) => throw new NotImplementedException();
59int IMetadataImport.ResetEnum(void* enumHandle, int position) => throw new NotImplementedException();
60int IMetadataImport.EnumTypeDefs(ref void* enumHandle, int* typeDefs, int bufferLength, int* count) => throw new NotImplementedException();
61int IMetadataImport.EnumInterfaceImpls(ref void* enumHandle, int typeDef, int* interfaceImpls, int bufferLength, int* count) => throw new NotImplementedException();
62int IMetadataImport.EnumTypeRefs(ref void* enumHandle, int* typeRefs, int bufferLength, int* count) => throw new NotImplementedException();
63int IMetadataImport.FindTypeDefByName(string name, int enclosingClass, out int typeDef) => throw new NotImplementedException();
64int IMetadataImport.GetScopeProps(char* name, int bufferLength, int* nameLength, Guid* mvid) => throw new NotImplementedException();
65int IMetadataImport.GetModuleFromScope(out int moduleDef) => throw new NotImplementedException();
66int IMetadataImport.GetInterfaceImplProps(int interfaceImpl, int* typeDef, int* interfaceDefRefSpec) => throw new NotImplementedException();
67int IMetadataImport.ResolveTypeRef(int typeRef, ref Guid scopeInterfaceId, out object scope, out int typeDef) => throw new NotImplementedException();
68int IMetadataImport.EnumMembers(ref void* enumHandle, int typeDef, int* memberDefs, int bufferLength, int* count) => throw new NotImplementedException();
69int IMetadataImport.EnumMembersWithName(ref void* enumHandle, int typeDef, string name, int* memberDefs, int bufferLength, int* count) => throw new NotImplementedException();
70int IMetadataImport.EnumMethods(ref void* enumHandle, int typeDef, int* methodDefs, int bufferLength, int* count) => throw new NotImplementedException();
71int IMetadataImport.EnumMethodsWithName(ref void* enumHandle, int typeDef, string name, int* methodDefs, int bufferLength, int* count) => throw new NotImplementedException();
72int IMetadataImport.EnumFields(ref void* enumHandle, int typeDef, int* fieldDefs, int bufferLength, int* count) => throw new NotImplementedException();
73int IMetadataImport.EnumFieldsWithName(ref void* enumHandle, int typeDef, string name, int* fieldDefs, int bufferLength, int* count) => throw new NotImplementedException();
74int IMetadataImport.EnumParams(ref void* enumHandle, int methodDef, int* paramDefs, int bufferLength, int* count) => throw new NotImplementedException();
75int IMetadataImport.EnumMemberRefs(ref void* enumHandle, int parentToken, int* memberRefs, int bufferLength, int* count) => throw new NotImplementedException();
76int IMetadataImport.EnumMethodImpls(ref void* enumHandle, int typeDef, int* implementationTokens, int* declarationTokens, int bufferLength, int* count) => throw new NotImplementedException();
77int IMetadataImport.EnumPermissionSets(ref void* enumHandle, int token, uint action, int* declSecurityTokens, int bufferLength, int* count) => throw new NotImplementedException();
78int IMetadataImport.FindMember(int typeDef, string name, byte* signature, int signatureLength, out int memberDef) => throw new NotImplementedException();
79int IMetadataImport.FindMethod(int typeDef, string name, byte* signature, int signatureLength, out int methodDef) => throw new NotImplementedException();
80int IMetadataImport.FindField(int typeDef, string name, byte* signature, int signatureLength, out int fieldDef) => throw new NotImplementedException();
81int IMetadataImport.FindMemberRef(int typeDef, string name, byte* signature, int signatureLength, out int memberRef) => throw new NotImplementedException();
82int IMetadataImport.GetMemberRefProps(int memberRef, int* declaringType, char* name, int nameBufferLength, int* nameLength, byte** signature, int* signatureLength) => throw new NotImplementedException();
83int IMetadataImport.EnumProperties(ref void* enumHandle, int typeDef, int* properties, int bufferLength, int* count) => throw new NotImplementedException();
84uint IMetadataImport.EnumEvents(ref void* enumHandle, int typeDef, int* events, int bufferLength, int* count) => throw new NotImplementedException();
85int IMetadataImport.GetEventProps(int @event, int* declaringTypeDef, char* name, int nameBufferLength, int* nameLength, int* attributes, int* eventType, int* adderMethodDef, int* removerMethodDef, int* raiserMethodDef, int* otherMethodDefs, int otherMethodDefBufferLength, int* methodMethodDefsLength) => throw new NotImplementedException();
86int IMetadataImport.EnumMethodSemantics(ref void* enumHandle, int methodDef, int* eventsAndProperties, int bufferLength, int* count) => throw new NotImplementedException();
87int IMetadataImport.GetMethodSemantics(int methodDef, int eventOrProperty, int* semantics) => throw new NotImplementedException();
88int IMetadataImport.GetClassLayout(int typeDef, int* packSize, MetadataImportFieldOffset* fieldOffsets, int bufferLength, int* count, int* typeSize) => throw new NotImplementedException();
89int IMetadataImport.GetFieldMarshal(int fieldDef, byte** nativeTypeSignature, int* nativeTypeSignatureLengvth) => throw new NotImplementedException();
90int IMetadataImport.GetRVA(int methodDef, int* relativeVirtualAddress, int* implAttributes) => throw new NotImplementedException();
91int IMetadataImport.GetPermissionSetProps(int declSecurity, uint* action, byte** permissionBlob, int* permissionBlobLength) => throw new NotImplementedException();
92int IMetadataImport.GetModuleRefProps(int moduleRef, char* name, int nameBufferLength, int* nameLength) => throw new NotImplementedException();
93int IMetadataImport.EnumModuleRefs(ref void* enumHandle, int* moduleRefs, int bufferLength, int* count) => throw new NotImplementedException();
94int IMetadataImport.GetTypeSpecFromToken(int typeSpec, byte** signature, int* signatureLength) => throw new NotImplementedException();
95int IMetadataImport.GetNameFromToken(int token, byte* nameUtf8) => throw new NotImplementedException();
96int IMetadataImport.EnumUnresolvedMethods(ref void* enumHandle, int* methodDefs, int bufferLength, int* count) => throw new NotImplementedException();
97int IMetadataImport.GetUserString(int userStringToken, char* buffer, int bufferLength, int* length) => throw new NotImplementedException();
98int IMetadataImport.GetPinvokeMap(int memberDef, int* attributes, char* importName, int importNameBufferLength, int* importNameLength, int* moduleRef) => throw new NotImplementedException();
99int IMetadataImport.EnumSignatures(ref void* enumHandle, int* signatureTokens, int bufferLength, int* count) => throw new NotImplementedException();
100int IMetadataImport.EnumTypeSpecs(ref void* enumHandle, int* typeSpecs, int bufferLength, int* count) => throw new NotImplementedException();
101int IMetadataImport.EnumUserStrings(ref void* enumHandle, int* userStrings, int bufferLength, int* count) => throw new NotImplementedException();
102int IMetadataImport.GetParamForMethodIndex(int methodDef, int sequenceNumber, out int parameterToken) => throw new NotImplementedException();
103int IMetadataImport.EnumCustomAttributes(ref void* enumHandle, int parent, int attributeType, int* customAttributes, int bufferLength, int* count) => throw new NotImplementedException();
104int IMetadataImport.GetCustomAttributeProps(int customAttribute, int* parent, int* constructor, byte** value, int* valueLength) => throw new NotImplementedException();
105int IMetadataImport.FindTypeRef(int resolutionScope, string name, out int typeRef) => throw new NotImplementedException();
106int IMetadataImport.GetMemberProps(int member, int* declaringTypeDef, char* name, int nameBufferLength, int* nameLength, int* attributes, byte** signature, int* signatureLength, int* relativeVirtualAddress, int* implAttributes, int* constantType, byte** constantValue, int* constantValueLength) => throw new NotImplementedException();
107int IMetadataImport.GetFieldProps(int fieldDef, int* declaringTypeDef, char* name, int nameBufferLength, int* nameLength, int* attributes, byte** signature, int* signatureLength, int* constantType, byte** constantValue, int* constantValueLength) => throw new NotImplementedException();
108int IMetadataImport.GetPropertyProps(int propertyDef, int* declaringTypeDef, char* name, int nameBufferLength, int* nameLength, int* attributes, byte** signature, int* signatureLength, int* constantType, byte** constantValue, int* constantValueLength, int* setterMethodDef, int* getterMethodDef, int* outerMethodDefs, int outerMethodDefsBufferLength, int* otherMethodDefCount) => throw new NotImplementedException();
109int IMetadataImport.GetParamProps(int parameter, int* declaringMethodDef, int* sequenceNumber, char* name, int nameBufferLength, int* nameLength, int* attributes, int* constantType, byte** constantValue, int* constantValueLength) => throw new NotImplementedException();
110int IMetadataImport.GetCustomAttributeByName(int parent, string name, byte** value, int* valueLength) => throw new NotImplementedException();
111bool IMetadataImport.IsValidToken(int token) => throw new NotImplementedException();
112int IMetadataImport.GetNativeCallConvFromSig(byte* signature, int signatureLength, int* callingConvention) => throw new NotImplementedException();
113int IMetadataImport.IsGlobal(int token, bool value) => throw new NotImplementedException();
115void IMetadataEmit.__SetModuleProps() => throw new NotImplementedException();
116void IMetadataEmit.__Save() => throw new NotImplementedException();
117void IMetadataEmit.__SaveToStream() => throw new NotImplementedException();
118void IMetadataEmit.__GetSaveSize() => throw new NotImplementedException();
119void IMetadataEmit.__DefineTypeDef() => throw new NotImplementedException();
120void IMetadataEmit.__DefineNestedType() => throw new NotImplementedException();
121void IMetadataEmit.__SetHandler() => throw new NotImplementedException();
122void IMetadataEmit.__DefineMethod() => throw new NotImplementedException();
123void IMetadataEmit.__DefineMethodImpl() => throw new NotImplementedException();
124void IMetadataEmit.__DefineTypeRefByName() => throw new NotImplementedException();
125void IMetadataEmit.__DefineImportType() => throw new NotImplementedException();
126void IMetadataEmit.__DefineMemberRef() => throw new NotImplementedException();
127void IMetadataEmit.__DefineImportMember() => throw new NotImplementedException();
128void IMetadataEmit.__DefineEvent() => throw new NotImplementedException();
129void IMetadataEmit.__SetClassLayout() => throw new NotImplementedException();
130void IMetadataEmit.__DeleteClassLayout() => throw new NotImplementedException();
131void IMetadataEmit.__SetFieldMarshal() => throw new NotImplementedException();
132void IMetadataEmit.__DeleteFieldMarshal() => throw new NotImplementedException();
133void IMetadataEmit.__DefinePermissionSet() => throw new NotImplementedException();
134void IMetadataEmit.__SetRVA() => throw new NotImplementedException();
135void IMetadataEmit.__DefineModuleRef() => throw new NotImplementedException();
136void IMetadataEmit.__SetParent() => throw new NotImplementedException();
137void IMetadataEmit.__GetTokenFromTypeSpec() => throw new NotImplementedException();
138void IMetadataEmit.__SaveToMemory() => throw new NotImplementedException();
139void IMetadataEmit.__DefineUserString() => throw new NotImplementedException();
140void IMetadataEmit.__DeleteToken() => throw new NotImplementedException();
141void IMetadataEmit.__SetMethodProps() => throw new NotImplementedException();
142void IMetadataEmit.__SetTypeDefProps() => throw new NotImplementedException();
143void IMetadataEmit.__SetEventProps() => throw new NotImplementedException();
144void IMetadataEmit.__SetPermissionSetProps() => throw new NotImplementedException();
145void IMetadataEmit.__DefinePinvokeMap() => throw new NotImplementedException();
146void IMetadataEmit.__SetPinvokeMap() => throw new NotImplementedException();
147void IMetadataEmit.__DeletePinvokeMap() => throw new NotImplementedException();
148void IMetadataEmit.__DefineCustomAttribute() => throw new NotImplementedException();
149void IMetadataEmit.__SetCustomAttributeValue() => throw new NotImplementedException();
150void IMetadataEmit.__DefineField() => throw new NotImplementedException();
151void IMetadataEmit.__DefineProperty() => throw new NotImplementedException();
152void IMetadataEmit.__DefineParam() => throw new NotImplementedException();
153void IMetadataEmit.__SetFieldProps() => throw new NotImplementedException();
154void IMetadataEmit.__SetPropertyProps() => throw new NotImplementedException();
155void IMetadataEmit.__SetParamProps() => throw new NotImplementedException();
156void IMetadataEmit.__DefineSecurityAttributeSet() => throw new NotImplementedException();
157void IMetadataEmit.__ApplyEditAndContinue() => throw new NotImplementedException();
158void IMetadataEmit.__TranslateSigWithScope() => throw new NotImplementedException();
159void IMetadataEmit.__SetMethodImplFlags() => throw new NotImplementedException();
160void IMetadataEmit.__SetFieldRVA() => throw new NotImplementedException();
161void IMetadataEmit.__Merge() => throw new NotImplementedException();
162void IMetadataEmit.__MergeEnd() => throw new NotImplementedException();
Microsoft.CodeAnalysis.Analyzers (15)
Microsoft.CodeAnalysis.Analyzers.UnitTests (13)
Microsoft.CodeAnalysis.AnalyzerUtilities (20)
Microsoft.CodeAnalysis.BannedApiAnalyzers (11)
Microsoft.CodeAnalysis.CodeStyle (15)
Microsoft.CodeAnalysis.CodeStyle.Fixes (11)
Microsoft.CodeAnalysis.CSharp (14)
Microsoft.CodeAnalysis.CSharp.CodeStyle (9)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (15)
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (3)
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (4)
Diagnostics\DiagnosticSuppressorTests.cs (4)
390var expectedException = new NotImplementedException();
411Diagnostic("AD0001").WithArguments(suppressor.ToString(), typeof(NotImplementedException).FullName, new NotImplementedException().Message, context).WithLocation(1, 1),
432var expectedException = new NotImplementedException();
455Diagnostic("AD0001").WithArguments(suppressor.ToString(), typeof(NotImplementedException).FullName, new NotImplementedException().Message, context).WithLocation(1, 1),
Microsoft.CodeAnalysis.CSharp.Features (1)
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (10)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (5)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (27)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Test.Utilities (6)
Microsoft.CodeAnalysis.CSharp.Workspaces (10)
Microsoft.CodeAnalysis.EditorFeatures (11)
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (64)
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (13)
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (11)
Microsoft.CodeAnalysis.ExpressionEvaluator.FunctionResolver.UnitTests (6)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (183)
Microsoft.CodeAnalysis.ExternalAccess.AspNetCore (1)
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (11)
Microsoft.CodeAnalysis.ExternalAccess.Xaml (1)
Microsoft.CodeAnalysis.Features (23)
Microsoft.CodeAnalysis.Features.Test.Utilities (17)
EditAndContinue\MockEditAndContinueService.cs (6)
47=> new((EmitSolutionUpdateImpl ?? throw new NotImplementedException()).Invoke(solution, runningProjects, activeStatementSpanProvider));
53=> new((GetBaseActiveStatementSpansImpl ?? throw new NotImplementedException()).Invoke(solution, documentIds));
56=> new((GetAdjustedActiveStatementSpansImpl ?? throw new NotImplementedException()).Invoke(document, activeStatementSpanProvider));
59=> new((GetDocumentDiagnosticsImpl ?? throw new NotImplementedException()).Invoke(document, activeStatementSpanProvider));
65=> new((StartDebuggingSessionImpl ?? throw new NotImplementedException()).Invoke(solution, debuggerService, sourceTextProvider, captureMatchingDocuments, captureAllMatchingDocuments, reportDiagnostics));
68=> throw new NotImplementedException();
Microsoft.CodeAnalysis.Features.UnitTests (1)
Microsoft.CodeAnalysis.LanguageServer (4)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
Microsoft.CodeAnalysis.PublicApiAnalyzers (10)
Microsoft.CodeAnalysis.Rebuild.UnitTests (9)
Microsoft.CodeAnalysis.ResxSourceGenerator (14)
Microsoft.CodeAnalysis.Scripting (2)
Microsoft.CodeAnalysis.Scripting.TestUtilities (7)
Microsoft.CodeAnalysis.Test.Utilities (107)
Microsoft.CodeAnalysis.UnitTests (57)
Microsoft.CodeAnalysis.Workspaces (32)
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (2)
Microsoft.CodeAnalysis.Workspaces.UnitTests (7)
Microsoft.CommonLanguageServerProtocol.Framework.Example (4)
Microsoft.CommonLanguageServerProtocol.Framework.UnitTests (6)
Microsoft.Data.Analysis (77)
Microsoft.Data.Analysis.Tests (3)
Microsoft.DotNet.Arcade.Sdk (3)
Microsoft.DotNet.Build.Manifest (1)
Microsoft.DotNet.Build.Tasks.Feed (1)
Microsoft.DotNet.Build.Tasks.Feed.Tests (11)
Microsoft.DotNet.Build.Tasks.Packaging.Tests (1)
Microsoft.DotNet.NuGetRepack.Tests (1)
Microsoft.DotNet.SignCheckLibrary (1)
Microsoft.DotNet.XUnitAssert.Tests (25)
Microsoft.Extensions.AI.Tests (1)
Microsoft.Extensions.Configuration.KeyPerFile.Tests (2)
Microsoft.Extensions.Diagnostics.HealthChecks.Tests (4)
Microsoft.Extensions.FileProviders.Embedded.Tests (1)
Microsoft.Extensions.Logging.Console (2)
Microsoft.Extensions.ServiceDiscovery.Dns.Tests (29)
DnsSrvServiceEndpointResolverTests.cs (29)
26public IDnsQueryResponse Query(string query, QueryType queryType, QueryClass queryClass = QueryClass.IN) => throw new NotImplementedException();
27public IDnsQueryResponse Query(DnsQuestion question) => throw new NotImplementedException();
28public IDnsQueryResponse Query(DnsQuestion question, DnsQueryAndServerOptions queryOptions) => throw new NotImplementedException();
31public Task<IDnsQueryResponse> QueryAsync(DnsQuestion question, CancellationToken cancellationToken = default) => throw new NotImplementedException();
32public Task<IDnsQueryResponse> QueryAsync(DnsQuestion question, DnsQueryAndServerOptions queryOptions, CancellationToken cancellationToken = default) => throw new NotImplementedException();
33public IDnsQueryResponse QueryCache(DnsQuestion question) => throw new NotImplementedException();
34public IDnsQueryResponse QueryCache(string query, QueryType queryType, QueryClass queryClass = QueryClass.IN) => throw new NotImplementedException();
35public IDnsQueryResponse QueryReverse(IPAddress ipAddress) => throw new NotImplementedException();
36public IDnsQueryResponse QueryReverse(IPAddress ipAddress, DnsQueryAndServerOptions queryOptions) => throw new NotImplementedException();
37public Task<IDnsQueryResponse> QueryReverseAsync(IPAddress ipAddress, CancellationToken cancellationToken = default) => throw new NotImplementedException();
38public Task<IDnsQueryResponse> QueryReverseAsync(IPAddress ipAddress, DnsQueryAndServerOptions queryOptions, CancellationToken cancellationToken = default) => throw new NotImplementedException();
39public IDnsQueryResponse QueryServer(IReadOnlyCollection<NameServer> servers, string query, QueryType queryType, QueryClass queryClass = QueryClass.IN) => throw new NotImplementedException();
40public IDnsQueryResponse QueryServer(IReadOnlyCollection<NameServer> servers, DnsQuestion question) => throw new NotImplementedException();
41public IDnsQueryResponse QueryServer(IReadOnlyCollection<NameServer> servers, DnsQuestion question, DnsQueryOptions queryOptions) => throw new NotImplementedException();
42public IDnsQueryResponse QueryServer(IReadOnlyCollection<IPEndPoint> servers, string query, QueryType queryType, QueryClass queryClass = QueryClass.IN) => throw new NotImplementedException();
43public IDnsQueryResponse QueryServer(IReadOnlyCollection<IPAddress> servers, string query, QueryType queryType, QueryClass queryClass = QueryClass.IN) => throw new NotImplementedException();
44public Task<IDnsQueryResponse> QueryServerAsync(IReadOnlyCollection<NameServer> servers, string query, QueryType queryType, QueryClass queryClass = QueryClass.IN, CancellationToken cancellationToken = default) => throw new NotImplementedException();
45public Task<IDnsQueryResponse> QueryServerAsync(IReadOnlyCollection<NameServer> servers, DnsQuestion question, CancellationToken cancellationToken = default) => throw new NotImplementedException();
46public Task<IDnsQueryResponse> QueryServerAsync(IReadOnlyCollection<NameServer> servers, DnsQuestion question, DnsQueryOptions queryOptions, CancellationToken cancellationToken = default) => throw new NotImplementedException();
47public Task<IDnsQueryResponse> QueryServerAsync(IReadOnlyCollection<IPAddress> servers, string query, QueryType queryType, QueryClass queryClass = QueryClass.IN, CancellationToken cancellationToken = default) => throw new NotImplementedException();
48public Task<IDnsQueryResponse> QueryServerAsync(IReadOnlyCollection<IPEndPoint> servers, string query, QueryType queryType, QueryClass queryClass = QueryClass.IN, CancellationToken cancellationToken = default) => throw new NotImplementedException();
49public IDnsQueryResponse QueryServerReverse(IReadOnlyCollection<IPAddress> servers, IPAddress ipAddress) => throw new NotImplementedException();
50public IDnsQueryResponse QueryServerReverse(IReadOnlyCollection<IPEndPoint> servers, IPAddress ipAddress) => throw new NotImplementedException();
51public IDnsQueryResponse QueryServerReverse(IReadOnlyCollection<NameServer> servers, IPAddress ipAddress) => throw new NotImplementedException();
52public IDnsQueryResponse QueryServerReverse(IReadOnlyCollection<NameServer> servers, IPAddress ipAddress, DnsQueryOptions queryOptions) => throw new NotImplementedException();
53public Task<IDnsQueryResponse> QueryServerReverseAsync(IReadOnlyCollection<IPAddress> servers, IPAddress ipAddress, CancellationToken cancellationToken = default) => throw new NotImplementedException();
54public Task<IDnsQueryResponse> QueryServerReverseAsync(IReadOnlyCollection<IPEndPoint> servers, IPAddress ipAddress, CancellationToken cancellationToken = default) => throw new NotImplementedException();
55public Task<IDnsQueryResponse> QueryServerReverseAsync(IReadOnlyCollection<NameServer> servers, IPAddress ipAddress, CancellationToken cancellationToken = default) => throw new NotImplementedException();
56public Task<IDnsQueryResponse> QueryServerReverseAsync(IReadOnlyCollection<NameServer> servers, IPAddress ipAddress, DnsQueryOptions queryOptions, CancellationToken cancellationToken = default) => throw new NotImplementedException();
Microsoft.Extensions.ServiceDiscovery.Yarp.Tests (29)
YarpServiceDiscoveryTests.cs (29)
320public IDnsQueryResponse Query(string query, QueryType queryType, QueryClass queryClass = QueryClass.IN) => throw new NotImplementedException();
321public IDnsQueryResponse Query(DnsQuestion question) => throw new NotImplementedException();
322public IDnsQueryResponse Query(DnsQuestion question, DnsQueryAndServerOptions queryOptions) => throw new NotImplementedException();
325public Task<IDnsQueryResponse> QueryAsync(DnsQuestion question, CancellationToken cancellationToken = default) => throw new NotImplementedException();
326public Task<IDnsQueryResponse> QueryAsync(DnsQuestion question, DnsQueryAndServerOptions queryOptions, CancellationToken cancellationToken = default) => throw new NotImplementedException();
327public IDnsQueryResponse QueryCache(DnsQuestion question) => throw new NotImplementedException();
328public IDnsQueryResponse QueryCache(string query, QueryType queryType, QueryClass queryClass = QueryClass.IN) => throw new NotImplementedException();
329public IDnsQueryResponse QueryReverse(IPAddress ipAddress) => throw new NotImplementedException();
330public IDnsQueryResponse QueryReverse(IPAddress ipAddress, DnsQueryAndServerOptions queryOptions) => throw new NotImplementedException();
331public Task<IDnsQueryResponse> QueryReverseAsync(IPAddress ipAddress, CancellationToken cancellationToken = default) => throw new NotImplementedException();
332public Task<IDnsQueryResponse> QueryReverseAsync(IPAddress ipAddress, DnsQueryAndServerOptions queryOptions, CancellationToken cancellationToken = default) => throw new NotImplementedException();
333public IDnsQueryResponse QueryServer(IReadOnlyCollection<NameServer> servers, string query, QueryType queryType, QueryClass queryClass = QueryClass.IN) => throw new NotImplementedException();
334public IDnsQueryResponse QueryServer(IReadOnlyCollection<NameServer> servers, DnsQuestion question) => throw new NotImplementedException();
335public IDnsQueryResponse QueryServer(IReadOnlyCollection<NameServer> servers, DnsQuestion question, DnsQueryOptions queryOptions) => throw new NotImplementedException();
336public IDnsQueryResponse QueryServer(IReadOnlyCollection<IPEndPoint> servers, string query, QueryType queryType, QueryClass queryClass = QueryClass.IN) => throw new NotImplementedException();
337public IDnsQueryResponse QueryServer(IReadOnlyCollection<IPAddress> servers, string query, QueryType queryType, QueryClass queryClass = QueryClass.IN) => throw new NotImplementedException();
338public Task<IDnsQueryResponse> QueryServerAsync(IReadOnlyCollection<NameServer> servers, string query, QueryType queryType, QueryClass queryClass = QueryClass.IN, CancellationToken cancellationToken = default) => throw new NotImplementedException();
339public Task<IDnsQueryResponse> QueryServerAsync(IReadOnlyCollection<NameServer> servers, DnsQuestion question, CancellationToken cancellationToken = default) => throw new NotImplementedException();
340public Task<IDnsQueryResponse> QueryServerAsync(IReadOnlyCollection<NameServer> servers, DnsQuestion question, DnsQueryOptions queryOptions, CancellationToken cancellationToken = default) => throw new NotImplementedException();
341public Task<IDnsQueryResponse> QueryServerAsync(IReadOnlyCollection<IPAddress> servers, string query, QueryType queryType, QueryClass queryClass = QueryClass.IN, CancellationToken cancellationToken = default) => throw new NotImplementedException();
342public Task<IDnsQueryResponse> QueryServerAsync(IReadOnlyCollection<IPEndPoint> servers, string query, QueryType queryType, QueryClass queryClass = QueryClass.IN, CancellationToken cancellationToken = default) => throw new NotImplementedException();
343public IDnsQueryResponse QueryServerReverse(IReadOnlyCollection<IPAddress> servers, IPAddress ipAddress) => throw new NotImplementedException();
344public IDnsQueryResponse QueryServerReverse(IReadOnlyCollection<IPEndPoint> servers, IPAddress ipAddress) => throw new NotImplementedException();
345public IDnsQueryResponse QueryServerReverse(IReadOnlyCollection<NameServer> servers, IPAddress ipAddress) => throw new NotImplementedException();
346public IDnsQueryResponse QueryServerReverse(IReadOnlyCollection<NameServer> servers, IPAddress ipAddress, DnsQueryOptions queryOptions) => throw new NotImplementedException();
347public Task<IDnsQueryResponse> QueryServerReverseAsync(IReadOnlyCollection<IPAddress> servers, IPAddress ipAddress, CancellationToken cancellationToken = default) => throw new NotImplementedException();
348public Task<IDnsQueryResponse> QueryServerReverseAsync(IReadOnlyCollection<IPEndPoint> servers, IPAddress ipAddress, CancellationToken cancellationToken = default) => throw new NotImplementedException();
349public Task<IDnsQueryResponse> QueryServerReverseAsync(IReadOnlyCollection<NameServer> servers, IPAddress ipAddress, CancellationToken cancellationToken = default) => throw new NotImplementedException();
350public Task<IDnsQueryResponse> QueryServerReverseAsync(IReadOnlyCollection<NameServer> servers, IPAddress ipAddress, DnsQueryOptions queryOptions, CancellationToken cancellationToken = default) => throw new NotImplementedException();
Microsoft.JSInterop.Tests (10)
Microsoft.Maui (60)
Microsoft.Maui.Controls (26)
Microsoft.Maui.Controls.Compatibility (3)
Microsoft.Maui.Controls.Maps (5)
Microsoft.Maui.Controls.Xaml (2)
Microsoft.Maui.Graphics (2)
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (5)
Microsoft.Maui.Maps (15)
Microsoft.ML.AutoML (9)
Microsoft.ML.AutoML.SourceGenerator (2)
Microsoft.ML.Core (2)
Microsoft.ML.CpuMath (2)
Microsoft.ML.CpuMath.UnitTests (2)
Microsoft.ML.Fairlearn (2)
Microsoft.ML.GenAI.LLaMA (1)
Microsoft.ML.GenAI.Mistral (2)
Microsoft.ML.GenAI.Phi (2)
Microsoft.ML.SearchSpace (4)
Microsoft.ML.TimeSeries (1)
Microsoft.ML.Tokenizers (1)
Microsoft.ML.TorchSharp (5)
Microsoft.NET.StringTools.UnitTests (1)
Microsoft.VisualStudio.LanguageServices (37)
Microsoft.VisualStudio.LanguageServices.CSharp (25)
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (17)
MSBuild (4)
MSBuildTaskHost (1)
Mvc.Api.Analyzers.Test (7)
TestFiles\ApiConventionAnalyzerIntegrationTest\DiagnosticsAreReturned_IfMethodWithProducesResponseTypeAttribute_DoesNotDocumentSuccessStatusCode.cs (1)
20throw new NotImplementedException();
PresentationCore (46)
PresentationCore.Tests (15)
PresentationFramework (66)
PresentationFramework.Fluent (2)
RazorPagesWebSite (2)
ReachFramework (28)
Roslyn.Diagnostics.Analyzers (11)
Roslyn.Test.PdbUtilities (88)
Roslyn.Test.Performance.Utilities (1)
Roslyn.VisualStudio.Next.UnitTests (9)
RulesetToEditorconfigConverter (2)
SampleStartups (3)
ScenarioTests.Common.Tests (7)
SocialWeather (3)
Sockets.BindTests (4)
Sockets.FunctionalTests (15)
System.ComponentModel.Annotations (1)
System.ComponentModel.Composition (12)
System.ComponentModel.TypeConverter (1)
System.Data.Common (1)
System.Data.Odbc (2)
System.Linq.Expressions (1)
System.Net.Http (1)
System.Net.Mail (15)
System.Net.NetworkInformation (1)
System.Net.Primitives (1)
System.Net.Requests (1)
System.Net.Security (1)
System.Private.CoreLib (150)
System.Private.DataContractSerialization (6)
System.Private.Windows.Core (4)
System.Private.Windows.Core.Tests (20)
System.Private.Xml (35)
System.Reflection.Emit (8)
System.Runtime.InteropServices (1)
System.Security.Cryptography (8)
System.Security.Permissions (2)
System.ServiceModel.Primitives.Tests (18)
System.Text.Json (2)
System.Text.RegularExpressions (2)
System.Transactions.Local (2)
System.Windows.Controls.Ribbon (1)
System.Windows.Forms (5)
System.Windows.Forms.Design (11)
System.Windows.Forms.Design.Tests (26)
System.Windows.Forms.Primitives.Tests (33)
System.Windows.Forms.Primitives.TestUtilities (4)
System.Windows.Forms.Tests (313)
System.Windows.Forms.TestUtilities (13)
System.Windows.Forms.UI.IntegrationTests (3)
System.Xaml (17)
System.Xaml.Tests (226)
System\Xaml\XamlTypeTests.cs (125)
1802public IEnumerator GetEnumerator() => throw new NotImplementedException();
1803public void Add(object value) => throw new NotImplementedException();
1808public int GetEnumerator() => throw new NotImplementedException();
1809public void Add(object value) => throw new NotImplementedException();
1814public IEnumerator GetEnumerator(int value) => throw new NotImplementedException();
1815public void Add(object value) => throw new NotImplementedException();
1820public int Count => throw new NotImplementedException();
1822public bool IsReadOnly => throw new NotImplementedException();
1824public void Add(int item) => throw new NotImplementedException();
1825public void Add(object item) => throw new NotImplementedException();
1827public void Clear() => throw new NotImplementedException();
1829public bool Contains(int item) => throw new NotImplementedException();
1830public bool Contains(object item) => throw new NotImplementedException();
1832public void CopyTo(int[] array, int arrayIndex) => throw new NotImplementedException();
1833public void CopyTo(object[] array, int arrayIndex) => throw new NotImplementedException();
1835IEnumerator<int> IEnumerable<int>.GetEnumerator() => throw new NotImplementedException();
1836IEnumerator<object> IEnumerable<object>.GetEnumerator() => throw new NotImplementedException();
1838public bool Remove(int item) => throw new NotImplementedException();
1839public bool Remove(object item) => throw new NotImplementedException();
1841IEnumerator IEnumerable.GetEnumerator() => throw new NotImplementedException();
1846public void Add(object value) => throw new NotImplementedException();
1847public IEnumerator GetEnumerator() => throw new NotImplementedException();
1852public void Add(int value) => throw new NotImplementedException();
1857internal void Add(object value) => throw new NotImplementedException();
1858public IEnumerator GetEnumerator() => throw new NotImplementedException();
1863private void Add(object value) => throw new NotImplementedException();
1864public IEnumerator GetEnumerator() => throw new NotImplementedException();
1869protected void Add(object value) => throw new NotImplementedException();
1870public IEnumerator GetEnumerator() => throw new NotImplementedException();
1875public void Add(object key, object value) => throw new NotImplementedException();
1876public IEnumerator GetEnumerator() => throw new NotImplementedException();
1881public void Add(int key, int value) => throw new NotImplementedException();
1882public void Add() => throw new NotImplementedException();
1887internal void Add(object key, object value) => throw new NotImplementedException();
1888public IEnumerator GetEnumerator() => throw new NotImplementedException();
1893private void Add(object key, object value) => throw new NotImplementedException();
1894public IEnumerator GetEnumerator() => throw new NotImplementedException();
1899protected void Add(object key, object value) => throw new NotImplementedException();
1900public IEnumerator GetEnumerator() => throw new NotImplementedException();
3101int ICollection<object>.Count => throw new NotImplementedException();
3103int ICollection<int>.Count => throw new NotImplementedException();
3105bool ICollection<object>.IsReadOnly => throw new NotImplementedException();
3107bool ICollection<int>.IsReadOnly => throw new NotImplementedException();
3109void ICollection<object>.Add(object item) => throw new NotImplementedException();
3111void ICollection<int>.Add(int item) => throw new NotImplementedException();
3113void ICollection<object>.Clear() => throw new NotImplementedException();
3115void ICollection<int>.Clear() => throw new NotImplementedException();
3117bool ICollection<object>.Contains(object item) => throw new NotImplementedException();
3119bool ICollection<int>.Contains(int item) => throw new NotImplementedException();
3121void ICollection<object>.CopyTo(object[] array, int arrayIndex) => throw new NotImplementedException();
3123void ICollection<int>.CopyTo(int[] array, int arrayIndex) => throw new NotImplementedException();
3125IEnumerator<object> IEnumerable<object>.GetEnumerator() => throw new NotImplementedException();
3127IEnumerator IEnumerable.GetEnumerator() => throw new NotImplementedException();
3129IEnumerator<int> IEnumerable<int>.GetEnumerator() => throw new NotImplementedException();
3131bool ICollection<object>.Remove(object item) => throw new NotImplementedException();
3133bool ICollection<int>.Remove(int item) => throw new NotImplementedException();
3138int IDictionary<string, int>.this[string key] { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
3140string IDictionary<int, string>.this[int key] { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
3142ICollection<string> IDictionary<string, int>.Keys => throw new NotImplementedException();
3144ICollection<int> IDictionary<int, string>.Keys => throw new NotImplementedException();
3146ICollection<int> IDictionary<string, int>.Values => throw new NotImplementedException();
3148ICollection<string> IDictionary<int, string>.Values => throw new NotImplementedException();
3150int ICollection<KeyValuePair<string, int>>.Count => throw new NotImplementedException();
3152int ICollection<KeyValuePair<int, string>>.Count => throw new NotImplementedException();
3154bool ICollection<KeyValuePair<string, int>>.IsReadOnly => throw new NotImplementedException();
3156bool ICollection<KeyValuePair<int, string>>.IsReadOnly => throw new NotImplementedException();
3158void IDictionary<string, int>.Add(string key, int value) => throw new NotImplementedException();
3160void ICollection<KeyValuePair<string, int>>.Add(KeyValuePair<string, int> item) => throw new NotImplementedException();
3162void IDictionary<int, string>.Add(int key, string value) => throw new NotImplementedException();
3164void ICollection<KeyValuePair<int, string>>.Add(KeyValuePair<int, string> item) => throw new NotImplementedException();
3166void ICollection<KeyValuePair<string, int>>.Clear() => throw new NotImplementedException();
3168void ICollection<KeyValuePair<int, string>>.Clear() => throw new NotImplementedException();
3170bool ICollection<KeyValuePair<string, int>>.Contains(KeyValuePair<string, int> item) => throw new NotImplementedException();
3172bool ICollection<KeyValuePair<int, string>>.Contains(KeyValuePair<int, string> item) => throw new NotImplementedException();
3174bool IDictionary<string, int>.ContainsKey(string key) => throw new NotImplementedException();
3176bool IDictionary<int, string>.ContainsKey(int key) => throw new NotImplementedException();
3178void ICollection<KeyValuePair<string, int>>.CopyTo(KeyValuePair<string, int>[] array, int arrayIndex) => throw new NotImplementedException();
3180void ICollection<KeyValuePair<int, string>>.CopyTo(KeyValuePair<int, string>[] array, int arrayIndex) => throw new NotImplementedException();
3182IEnumerator<KeyValuePair<string, int>> IEnumerable<KeyValuePair<string, int>>.GetEnumerator() => throw new NotImplementedException();
3184IEnumerator IEnumerable.GetEnumerator() => throw new NotImplementedException();
3186IEnumerator<KeyValuePair<int, string>> IEnumerable<KeyValuePair<int, string>>.GetEnumerator() => throw new NotImplementedException();
3188bool IDictionary<string, int>.Remove(string key) => throw new NotImplementedException();
3190bool ICollection<KeyValuePair<string, int>>.Remove(KeyValuePair<string, int> item) => throw new NotImplementedException();
3192bool IDictionary<int, string>.Remove(int key) => throw new NotImplementedException();
3194bool ICollection<KeyValuePair<int, string>>.Remove(KeyValuePair<int, string> item) => throw new NotImplementedException();
3196bool IDictionary<string, int>.TryGetValue(string key, out int value) => throw new NotImplementedException();
3198bool IDictionary<int, string>.TryGetValue(int key, out string value) => throw new NotImplementedException();
3203public int Count => throw new NotImplementedException();
3205public object SyncRoot => throw new NotImplementedException();
3207public bool IsSynchronized => throw new NotImplementedException();
3209public void CopyTo(Array array, int index) => throw new NotImplementedException();
3211public IEnumerator GetEnumerator() => throw new NotImplementedException();
3224public object? this[int index] { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
3226public bool IsReadOnly => throw new NotImplementedException();
3228public bool IsFixedSize => throw new NotImplementedException();
3230public int Add(object? value) => throw new NotImplementedException();
3232public void Clear() => throw new NotImplementedException();
3234public bool Contains(object? value) => throw new NotImplementedException();
3236public int IndexOf(object? value) => throw new NotImplementedException();
3238public void Insert(int index, object? value) => throw new NotImplementedException();
3240public void Remove(object? value) => throw new NotImplementedException();
3242public void RemoveAt(int index) => throw new NotImplementedException();
3255public object? this[object key] { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
3257public ICollection Keys => throw new NotImplementedException();
3259public ICollection Values => throw new NotImplementedException();
3261public bool IsReadOnly => throw new NotImplementedException();
3263public bool IsFixedSize => throw new NotImplementedException();
3265public int Count => throw new NotImplementedException();
3267public object SyncRoot => throw new NotImplementedException();
3269public bool IsSynchronized => throw new NotImplementedException();
3271public void Add(object key, object? value) => throw new NotImplementedException();
3273public void Clear() => throw new NotImplementedException();
3275public bool Contains(object key) => throw new NotImplementedException();
3277public void CopyTo(Array array, int index) => throw new NotImplementedException();
3279public IDictionaryEnumerator GetEnumerator() => throw new NotImplementedException();
3281public void Remove(object key) => throw new NotImplementedException();
3283IEnumerator IEnumerable.GetEnumerator() => throw new NotImplementedException();
5267throw new NotImplementedException();
5273public object[] GetCustomAttributes(bool inherit) => throw new NotImplementedException();
5281throw new NotImplementedException();
5296throw new NotImplementedException();
Test.Utilities (11)
Text.Analyzers (12)
UIAutomationClientSideProviders (1)
WindowsBase.Tests (204)
XmlFormattersWebSite (1)