1 type derived from NotImplementedException
Microsoft.Maui.Essentials (1)
Types\Shared\Exceptions.shared.cs (1)
20 class NotImplementedInReferenceAssemblyException : NotImplementedException
5128 instantiations of NotImplementedException
Analyzer.Utilities.UnitTests (46)
Extensions\IEnumerableExensionsTests.cs (12)
92public object SyncRoot => throw new NotImplementedException(); 93public bool IsSynchronized => throw new NotImplementedException(); 94public void CopyTo(Array array, int index) => throw new NotImplementedException(); 95public IEnumerator GetEnumerator() => throw new NotImplementedException(); 96IEnumerator<int> IEnumerable<int>.GetEnumerator() => throw new NotImplementedException(); 135public void Add(int item) => throw new NotImplementedException(); 136public void Clear() => throw new NotImplementedException(); 137public bool Contains(int item) => throw new NotImplementedException(); 138public void CopyTo(int[] array, int arrayIndex) => throw new NotImplementedException(); 139public IEnumerator<int> GetEnumerator() => throw new NotImplementedException(); 140public bool Remove(int item) => throw new NotImplementedException(); 141IEnumerator IEnumerable.GetEnumerator() => throw new NotImplementedException();
Lightup\LightupHelpersTests.cs (34)
100SymbolKind ISymbol.Kind => throw new NotImplementedException(); 101string ISymbol.Language => throw new NotImplementedException(); 102string ISymbol.Name => throw new NotImplementedException(); 103string ISymbol.MetadataName => throw new NotImplementedException(); 104ISymbol ISymbol.ContainingSymbol => throw new NotImplementedException(); 105IAssemblySymbol ISymbol.ContainingAssembly => throw new NotImplementedException(); 106IModuleSymbol ISymbol.ContainingModule => throw new NotImplementedException(); 107INamedTypeSymbol ISymbol.ContainingType => throw new NotImplementedException(); 108INamespaceSymbol ISymbol.ContainingNamespace => throw new NotImplementedException(); 109bool ISymbol.IsDefinition => throw new NotImplementedException(); 110bool ISymbol.IsStatic => throw new NotImplementedException(); 111bool ISymbol.IsVirtual => throw new NotImplementedException(); 112bool ISymbol.IsOverride => throw new NotImplementedException(); 113bool ISymbol.IsAbstract => throw new NotImplementedException(); 114bool ISymbol.IsSealed => throw new NotImplementedException(); 115bool ISymbol.IsExtern => throw new NotImplementedException(); 116bool ISymbol.IsImplicitlyDeclared => throw new NotImplementedException(); 117bool ISymbol.CanBeReferencedByName => throw new NotImplementedException(); 118ImmutableArray<Location> ISymbol.Locations => throw new NotImplementedException(); 119ImmutableArray<SyntaxReference> ISymbol.DeclaringSyntaxReferences => throw new NotImplementedException(); 120Accessibility ISymbol.DeclaredAccessibility => throw new NotImplementedException(); 121ISymbol ISymbol.OriginalDefinition => throw new NotImplementedException(); 122bool ISymbol.HasUnsupportedMetadata => throw new NotImplementedException(); 125=> throw new NotImplementedException(); 128=> throw new NotImplementedException(); 131=> throw new NotImplementedException(); 134=> throw new NotImplementedException(); 137=> throw new NotImplementedException(); 140=> throw new NotImplementedException(); 143=> throw new NotImplementedException(); 146=> throw new NotImplementedException(); 149=> throw new NotImplementedException(); 152=> throw new NotImplementedException(); 155=> throw new NotImplementedException();
aspire (1)
src\Shared\CircularBuffer.cs (1)
176public bool Remove(T item) => throw new NotImplementedException();
Aspire.Azure.AI.OpenAI (1)
AspireAzureOpenAIExtensions.cs (1)
130throw new NotImplementedException();
Aspire.Azure.AI.OpenAI.Tests (1)
ConformanceTests.cs (1)
94=> throw new NotImplementedException();
Aspire.Azure.Data.Tables.Tests (1)
ConformanceTests.cs (1)
101=> throw new NotImplementedException();
Aspire.Azure.Messaging.EventHubs.Tests (6)
ConformanceTests.EventHubConsumerClient.cs (1)
16=> throw new NotImplementedException();
ConformanceTests.EventHubProducerClient.cs (1)
19=> throw new NotImplementedException();
ConformanceTests.EventHubsBufferedProducerClient.cs (1)
17=> throw new NotImplementedException();
ConformanceTests.EventProcessorClient.cs (1)
18=> throw new NotImplementedException();
ConformanceTests.PartitionReceiver.cs (1)
17=> throw new NotImplementedException();
tests\Aspire.Azure.Security.KeyVault.Tests\MockTransport.cs (1)
110protected override bool TryGetHeaderValues(string name, out IEnumerable<string> values) => throw new NotImplementedException();
Aspire.Azure.Messaging.ServiceBus.Tests (1)
ConformanceTests.cs (1)
91=> throw new NotImplementedException();
Aspire.Azure.Messaging.WebPubSub.Tests (1)
ConformanceTests.cs (1)
96=> throw new NotImplementedException();
Aspire.Azure.Search.Documents.Tests (1)
ConformanceTests.cs (1)
97=> throw new NotImplementedException();
Aspire.Azure.Security.KeyVault (2)
AzureKeyVaultCertificatesComponent.cs (1)
27=> throw new NotImplementedException();
AzureKeyVaultKeysComponent.cs (1)
20=> throw new NotImplementedException();
Aspire.Azure.Security.KeyVault.Tests (7)
CertificateClientConformanceTests.cs (2)
93=> throw new NotImplementedException(); 96=> throw new NotImplementedException();
KeyClientConformanceTests.cs (2)
95=> throw new NotImplementedException(); 98=> throw new NotImplementedException();
MockTransport.cs (1)
110protected override bool TryGetHeaderValues(string name, out IEnumerable<string> values) => throw new NotImplementedException();
SecretClientConformanceTests.cs (2)
94=> throw new NotImplementedException(); 97=> throw new NotImplementedException();
Aspire.Azure.Storage.Blobs.Tests (1)
ConformanceTests.cs (1)
105=> throw new NotImplementedException();
Aspire.Azure.Storage.Queues.Tests (1)
ConformanceTests.cs (1)
104=> throw new NotImplementedException();
Aspire.Cli.Tests (9)
Hosting\CliOrphanDetectorTests.cs (3)
127public CancellationToken ApplicationStarted => throw new NotImplementedException(); 129public CancellationToken ApplicationStopped => throw new NotImplementedException(); 131public CancellationToken ApplicationStopping => throw new NotImplementedException();
TestServices\TestDotNetCliRunner.cs (6)
27: throw new NotImplementedException(); 34: throw new NotImplementedException(); 57: throw new NotImplementedException(); 78: throw new NotImplementedException(); 85: throw new NotImplementedException(); 92: throw new NotImplementedException();
Aspire.Confluent.Kafka.Tests (4)
ConsumerConformanceTests.cs (2)
16protected override string ActivitySourceName => throw new NotImplementedException(); 53throw new NotImplementedException();
ProducerConformanceTests.cs (2)
17protected override string ActivitySourceName => throw new NotImplementedException(); 52throw new NotImplementedException();
Aspire.Dashboard (4)
Components\Controls\PropertyGrid.razor.cs (1)
69public bool IsValueMasked { get => false; set => throw new NotImplementedException(); }
src\Shared\CircularBuffer.cs (1)
176public bool Remove(T item) => throw new NotImplementedException();
Utils\FormatHelpers.cs (2)
85_ => throw new NotImplementedException() 100_ => throw new NotImplementedException()
Aspire.Dashboard.Components.Tests (6)
Controls\ApplicationNameTests.cs (4)
79public Task<ResourceCommandResponseViewModel> ExecuteResourceCommandAsync(string resourceName, string resourceType, CommandViewModel command, CancellationToken cancellationToken) => throw new NotImplementedException(); 80public IAsyncEnumerable<IReadOnlyList<ResourceLogLine>> GetConsoleLogs(string resourceName, CancellationToken cancellationToken) => throw new NotImplementedException(); 81public IAsyncEnumerable<IReadOnlyList<ResourceLogLine>> SubscribeConsoleLogs(string resourceName, CancellationToken cancellationToken) => throw new NotImplementedException(); 82public Task<ResourceViewModelSubscription> SubscribeResourcesAsync(CancellationToken cancellationToken) => throw new NotImplementedException();
Shared\TestDashboardClient.cs (1)
68throw new NotImplementedException();
tests\Shared\Logging\LogValuesAssert.cs (1)
68throw new NotImplementedException();
Aspire.Dashboard.Tests (12)
Integration\Playwright\Infrastructure\MockDashboardClient.cs (3)
35public Task<ResourceCommandResponseViewModel> ExecuteResourceCommandAsync(string resourceName, string resourceType, CommandViewModel command, CancellationToken cancellationToken) => throw new NotImplementedException(); 36public IAsyncEnumerable<IReadOnlyList<ResourceLogLine>> SubscribeConsoleLogs(string resourceName, CancellationToken cancellationToken) => throw new NotImplementedException(); 37public IAsyncEnumerable<IReadOnlyList<ResourceLogLine>> GetConsoleLogs(string resourceName, CancellationToken cancellationToken) => throw new NotImplementedException();
LocalBrowserStorageTests.cs (3)
156throw new NotImplementedException(); 161throw new NotImplementedException(); 166throw new NotImplementedException();
OtlpApiKeyAuthenticationHandlerTests.cs (2)
112public IDisposable OnChange(Action<T, string> listener) => throw new NotImplementedException(); 114public IDisposable OnChange(Action<T> listener) => throw new NotImplementedException();
ResourceOutgoingPeerResolverTests.cs (3)
227public Task<ResourceCommandResponseViewModel> ExecuteResourceCommandAsync(string resourceName, string resourceType, CommandViewModel command, CancellationToken cancellationToken) => throw new NotImplementedException(); 228public IAsyncEnumerable<IReadOnlyList<ResourceLogLine>> GetConsoleLogs(string resourceName, CancellationToken cancellationToken) => throw new NotImplementedException(); 229public IAsyncEnumerable<IReadOnlyList<ResourceLogLine>> SubscribeConsoleLogs(string resourceName, CancellationToken cancellationToken) => throw new NotImplementedException();
tests\Shared\Logging\LogValuesAssert.cs (1)
68throw new NotImplementedException();
Aspire.Hosting (11)
ApplicationModel\ExpressionResolver.cs (1)
184_ => throw new NotImplementedException()
src\Shared\CircularBuffer.cs (1)
176public bool Remove(T item) => throw new NotImplementedException();
Utils\HashDigestStream.cs (9)
37=> throw new NotImplementedException(); 41=> throw new NotImplementedException(); 43=> throw new NotImplementedException(); 47public override long Length => throw new NotImplementedException(); 48public override long Position { get => throw new NotImplementedException(); set => throw new NotImplementedException(); } 50public override int Read(byte[] buffer, int offset, int count) => throw new NotImplementedException(); 51public override long Seek(long offset, SeekOrigin origin) => throw new NotImplementedException(); 52public override void SetLength(long value) => throw new NotImplementedException();
Aspire.Hosting.Azure (1)
AzureProvisioningResource.cs (1)
38public virtual ProvisionableResource AddAsExistingResource(AzureResourceInfrastructure infra) => throw new NotImplementedException();
Aspire.Hosting.Azure.ServiceBus (2)
AzureServiceBusRule.cs (2)
104_ => throw new NotImplementedException() 130_ => throw new NotImplementedException()
Aspire.Hosting.Testing.Tests (1)
tests\Shared\Logging\LogValuesAssert.cs (1)
68throw new NotImplementedException();
Aspire.Hosting.Tests (8)
AddParameterTests.cs (1)
360throw new NotImplementedException();
DistributedApplicationBuilderTests.cs (1)
178public ResourceAnnotationCollection Annotations => throw new NotImplementedException();
DistributedApplicationRunnerTests.cs (1)
35throw new NotImplementedException("Boom!");
tests\Shared\Logging\LogValuesAssert.cs (1)
68throw new NotImplementedException();
UserSecretsParameterDefaultTests.cs (1)
115throw new NotImplementedException();
Utils\Grpc\TestServerCallContext.cs (1)
41throw new NotImplementedException();
Utils\TestDcpExecutor.cs (1)
10public IResourceReference GetResource(string resourceName) => throw new NotImplementedException();
Utils\TestHostApplicationLifetime.cs (1)
16throw new NotImplementedException();
Aspire.Microsoft.Azure.Cosmos.Tests (2)
ConformanceTests.cs (2)
41=> throw new NotImplementedException(); 47=> throw new NotImplementedException();
Aspire.Microsoft.Data.SqlClient.Tests (1)
ConformanceTests.cs (1)
86=> throw new NotImplementedException();
Aspire.Microsoft.EntityFrameworkCore.Cosmos.Tests (2)
ConformanceTests.cs (2)
40=> throw new NotImplementedException(); 46=> throw new NotImplementedException();
Aspire.Microsoft.EntityFrameworkCore.SqlServer.Tests (1)
ConformanceTests.cs (1)
89=> throw new NotImplementedException();
Aspire.Milvus.Client.Tests (2)
ConformanceTests.cs (2)
82protected override void SetTracing(MilvusClientSettings options, bool enabled) => throw new NotImplementedException(); 84protected override void SetMetrics(MilvusClientSettings options, bool enabled) => throw new NotImplementedException();
Aspire.MongoDB.Driver.Tests (1)
ConformanceTests.cs (1)
102protected override void SetMetrics(MongoDBSettings options, bool enabled) => throw new NotImplementedException();
Aspire.MongoDB.Driver.v3.Tests (1)
tests\Aspire.MongoDB.Driver.Tests\ConformanceTests.cs (1)
102protected override void SetMetrics(MongoDBSettings options, bool enabled) => throw new NotImplementedException();
Aspire.NATS.Net.Tests (1)
ConformanceTests.cs (1)
72=> throw new NotImplementedException();
Aspire.OpenAI.Tests (1)
ConformanceTests.cs (1)
76=> throw new NotImplementedException();
Aspire.Oracle.EntityFrameworkCore.Tests (1)
ConformanceTests.cs (1)
84=> throw new NotImplementedException();
Aspire.Playground.Tests (1)
tests\Shared\Logging\LogValuesAssert.cs (1)
68throw new NotImplementedException();
Aspire.Qdrant.Client.Tests (2)
ConformanceTests.cs (2)
87protected override void SetTracing(QdrantClientSettings options, bool enabled) => throw new NotImplementedException(); 89protected override void SetMetrics(QdrantClientSettings options, bool enabled) => throw new NotImplementedException();
Aspire.RabbitMQ.Client.Tests (1)
ConformanceTests.cs (1)
106=> throw new NotImplementedException();
Aspire.RabbitMQ.Client.v7.Tests (1)
tests\Aspire.RabbitMQ.Client.Tests\ConformanceTests.cs (1)
106=> throw new NotImplementedException();
Aspire.StackExchange.Redis.Tests (1)
ConformanceTests.cs (1)
96=> throw new NotImplementedException();
Aspire.Templates.Tests (1)
TemplateTestsBase.cs (1)
121_ => throw new NotImplementedException($"Unknown test template: {testTemplateName}")
BasicTestApp (3)
ServerReliability\ThrowingAttachComponent.cs (1)
17throw new NotImplementedException();
ServerReliability\ThrowingConstructorComponent.cs (2)
17throw new NotImplementedException(); 22throw new NotImplementedException();
BasicWebSite (6)
Controllers\LinkGeneration\LinksController.cs (1)
17throw new NotImplementedException();
Controllers\LinkGeneration\OrdersController.cs (2)
14throw new NotImplementedException(); 20throw new NotImplementedException();
Controllers\LinkGeneration\ProductsController.cs (2)
12throw new NotImplementedException(); 17throw new NotImplementedException();
RequestScopedFilter.cs (1)
20throw new NotImplementedException();
BinaryFormatTests (18)
FormatTests\FormattedObject\HashTableTests.cs (17)
263public object Convert(object value, Type type) => throw new NotImplementedException(); 264public object Convert(object value, TypeCode typeCode) => throw new NotImplementedException(); 265public bool ToBoolean(object value) => throw new NotImplementedException(); 266public byte ToByte(object value) => throw new NotImplementedException(); 267public char ToChar(object value) => throw new NotImplementedException(); 268public DateTime ToDateTime(object value) => throw new NotImplementedException(); 269public decimal ToDecimal(object value) => throw new NotImplementedException(); 270public double ToDouble(object value) => throw new NotImplementedException(); 271public short ToInt16(object value) => throw new NotImplementedException(); 272public int ToInt32(object value) => throw new NotImplementedException(); 273public long ToInt64(object value) => throw new NotImplementedException(); 274public sbyte ToSByte(object value) => throw new NotImplementedException(); 275public float ToSingle(object value) => throw new NotImplementedException(); 276public string? ToString(object value) => throw new NotImplementedException(); 277public ushort ToUInt16(object value) => throw new NotImplementedException(); 278public uint ToUInt32(object value) => throw new NotImplementedException(); 279public ulong ToUInt64(object value) => throw new NotImplementedException();
FormatTests\FormattedObject\PrimitiveTypeTests.cs (1)
172throw new NotImplementedException();
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)
VariousTypes.cs (1)
130public bool HasLineInfo() => throw new NotImplementedException();
dotnet-openapi (1)
Commands\BaseCommand.cs (1)
400_ => throw new NotImplementedException("We don't handle the case that the Host has more than three segments"),
dotnet-svcutil-lib (150)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeCompiler.cs (2)
175throw new NotImplementedException(); 317throw new NotImplementedException();
FrameworkFork\Microsoft.CodeDom\Compiler\CodeDOMProvider.cs (4)
276throw new NotImplementedException(SRCodeDom.NotSupported_CodeDomAPI); 295throw new NotImplementedException(SRCodeDom.NotSupported_CodeDomAPI); 305throw new NotImplementedException(SRCodeDom.NotSupported_CodeDomAPI); 315throw new NotImplementedException(SRCodeDom.NotSupported_CodeDomAPI);
FrameworkFork\Microsoft.CodeDom\Compiler\RedistVersionInfo.cs (1)
36throw new NotImplementedException();
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
4087throw new NotImplementedException();
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (1)
403throw new NotImplementedException();
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReaderAsync.cs (2)
30throw new NotImplementedException(); 127throw new NotImplementedException();
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriterHelpers.cs (1)
32throw new NotImplementedException();
FrameworkFork\Microsoft.Xml\Xml\Resolvers\XmlPreloadedResolver.cs (1)
68throw new NotImplementedException();
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
867throw new NotImplementedException();
FrameworkFork\Microsoft.Xml\Xml\Serialization\Compilation.cs (2)
50throw new NotImplementedException(); 98throw new NotImplementedException();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializer.cs (4)
740protected virtual XmlSerializationReader CreateReader() { throw new NotImplementedException(); } 743protected virtual object Deserialize(XmlSerializationReader reader) { throw new NotImplementedException(); } 746protected virtual XmlSerializationWriter CreateWriter() { throw new NotImplementedException(); } 749protected virtual void Serialize(object o, XmlSerializationWriter writer) { throw new NotImplementedException(); }
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializerFactory.cs (1)
128throw new NotImplementedException();
FrameworkFork\Microsoft.Xml\Xml\XmlResolverAsync.cs (1)
18throw new NotImplementedException();
FrameworkFork\Microsoft.Xml\Xml\XmlUrlResolver.cs (1)
47throw new NotImplementedException();
FrameworkFork\System.Runtime.Serialization\NotImplemented.cs (2)
24return new NotImplementedException(); 30return new NotImplementedException(message);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatReaderGenerator.cs (1)
855throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\ClaimComparer.cs (1)
270throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\IdentityModel\Security\WSTrust.cs (5)
101throw new NotImplementedException(); 106throw new NotImplementedException(); 116throw new NotImplementedException(); 151throw new NotImplementedException(); 156throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\SecurityTokenResolver.cs (1)
89throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotImplementedException(string.Format(SRServiceModel.ID0023, this.GetType().AssemblyQualifiedName)));
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\KeyInfoSerializer.cs (2)
134throw new NotImplementedException(); 144throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\SamlSecurityToken.cs (2)
68throw new NotImplementedException(); 76throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WSSecurityJan2004.cs (19)
136throw new NotImplementedException(); 229throw new NotImplementedException(); 246throw new NotImplementedException(); 288throw new NotImplementedException(); 293throw new NotImplementedException(); 327protected override Type ClauseType { get { throw new NotImplementedException(); } } 339throw new NotImplementedException(); 348throw new NotImplementedException(); 354protected override Type ClauseType { get { throw new NotImplementedException(); } } 366throw new NotImplementedException(); 491throw new NotImplementedException(); 496throw new NotImplementedException(); 501throw new NotImplementedException(); 542throw new NotImplementedException(); 547throw new NotImplementedException(); 552throw new NotImplementedException(); 574throw new NotImplementedException(); 579throw new NotImplementedException(); 584throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WSSecurityXXX2005.cs (8)
70throw new NotImplementedException(); 132protected override Type ClauseType { get { throw new NotImplementedException(); } } 154throw new NotImplementedException(); 165protected override Type ClauseType { get { throw new NotImplementedException(); } } 177throw new NotImplementedException(); 208throw new NotImplementedException(); 213throw new NotImplementedException(); 218throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\X509WindowsSecurityToken.cs (1)
40throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\XmlDsigSep2000.cs (11)
63throw new NotImplementedException(); 73throw new NotImplementedException(); 98throw new NotImplementedException(); 103throw new NotImplementedException(); 108throw new NotImplementedException(); 139throw new NotImplementedException(); 144throw new NotImplementedException(); 149throw new NotImplementedException(); 180throw new NotImplementedException(); 185throw new NotImplementedException(); 190throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElement.cs (3)
122throw new NotImplementedException(); 152throw new NotImplementedException(); 157throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (1)
177throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\NamedPipeTransportBindingElement.cs (1)
48throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OneWayBindingElement.cs (2)
72throw new NotImplementedException(); 158throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElement.cs (3)
214throw new NotImplementedException(); 220throw new NotImplementedException(); 225throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (2)
342throw new NotImplementedException(); 349throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElementImporter.cs (3)
224throw new NotImplementedException(); 229throw new NotImplementedException(); 260throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SymmetricSecurityBindingElement.cs (2)
154throw new NotImplementedException(); 205throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportBindingElementImporter.cs (1)
157throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportBindingElement.cs (3)
147throw new NotImplementedException(); 189throw new NotImplementedException(); 195throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\ServiceModel\Configuration\SecurityElementBase.cs (1)
39throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (4)
1507throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotImplementedException()); 1512throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotImplementedException()); 1517throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotImplementedException()); 1522throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotImplementedException());
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeBindings.cs (1)
205throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataImporter.cs (1)
136throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
1562throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (2)
420throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotImplementedException()); 425throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotImplementedException());
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointIdentity.cs (1)
140throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\DataProtectionSecurityStateEncoder.cs (2)
69throw new NotImplementedException(); 74throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedData.cs (2)
41throw new NotImplementedException(); 61throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (1)
275throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedType.cs (1)
104throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\BinarySecretSecurityToken.cs (1)
42throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (2)
366throw new NotImplementedException(); 587throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (1)
78throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversation.cs (4)
223throw new NotImplementedException(); 329throw new NotImplementedException(); 339throw new NotImplementedException(); 405throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityJan2004.cs (14)
111throw new NotImplementedException(); 118throw new NotImplementedException(); 189throw new NotImplementedException(); 202throw new NotImplementedException(); 207throw new NotImplementedException(); 212throw new NotImplementedException(); 217throw new NotImplementedException(); 244throw new NotImplementedException(); 252throw new NotImplementedException(); 257throw new NotImplementedException(); 262throw new NotImplementedException(); 458throw new NotImplementedException(); 463throw new NotImplementedException(); 495throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
260throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (10)
159throw new NotImplementedException(); 227throw new NotImplementedException(); 232throw new NotImplementedException(); 489throw new NotImplementedException(); 495throw new NotImplementedException(); 526throw new NotImplementedException(); 534throw new NotImplementedException(); 571throw new NotImplementedException(); 606throw new NotImplementedException(); 630throw new NotImplementedException();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (3)
125throw new NotImplementedException(); 263throw new NotImplementedException(); 268throw new NotImplementedException();
DynamicSchemes (1)
SimpleAuthHandler.cs (1)
22throw new NotImplementedException();
FormatterWebSite (2)
IModelConverter.cs (1)
26throw new NotImplementedException();
Models\InfinitelyRecursiveModel.cs (1)
24throw new NotImplementedException();
GenerateDocumentationAndConfigFiles (2)
Program.cs (1)
1593_ => throw new NotImplementedException(severity.Value.ToString()),
src\RoslynAnalyzers\Microsoft.CodeAnalysis.Analyzers\Core\MetaAnalyzers\ReleaseTrackingHelper.cs (1)
276_ => throw new NotImplementedException()
HtmlGenerationWebSite (5)
Controllers\HtmlGeneration_HomeController.cs (1)
91throw new NotImplementedException();
Controllers\HtmlGeneration_OrderController.cs (1)
13throw new NotImplementedException();
Controllers\HtmlGeneration_ProductController.cs (3)
13throw new NotImplementedException(); 18throw new NotImplementedException(); 23throw new NotImplementedException();
http2cat (1)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
183throw new NotImplementedException(_state.ToString());
IIS.FunctionalTests (1)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
183throw new NotImplementedException(_state.ToString());
IIS.LongTests (1)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
183throw new NotImplementedException(_state.ToString());
IIS.NewHandler.FunctionalTests (1)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
183throw new NotImplementedException(_state.ToString());
IIS.NewShim.FunctionalTests (1)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
183throw new NotImplementedException(_state.ToString());
IISExpress.FunctionalTests (1)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
183throw new NotImplementedException(_state.ToString());
illink (22)
ILLink.RoslynAnalyzer (11)
DataFlow\InterproceduralState.cs (1)
46 => throw new NotImplementedException ();
DataFlow\LocalStateLattice.cs (1)
73 => throw new NotImplementedException ();
DataFlow\UnexpectedOperationHandler.cs (1)
47 throw new NotImplementedException ($"Unexpected operation type {operation.GetType ()}: {operation.Syntax.GetLocation ().GetLineSpan ()}");
src\tools\illink\src\ILLink.Shared\Annotations.cs (1)
129 _ => throw new NotImplementedException ($"Unsupported source context {source} or target context {target}.")
src\tools\illink\src\ILLink.Shared\DataFlow\DefaultValueDictionary.cs (1)
110 public override int GetHashCode () => throw new NotImplementedException ();
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (1)
211 throw new NotImplementedException ("These intrinsics should be handled by the specific implementation: " + intrinsicId);
src\tools\illink\src\ILLink.Shared\TrimAnalysis\RequireDynamicallyAccessedMembersAction.cs (1)
64 _ => throw new NotImplementedException ($"unsupported target value {targetValue}")
TrimAnalysis\TrimAnalysisAssignmentPattern.cs (1)
67 throw new NotImplementedException ();
TrimAnalysis\TrimAnalysisVisitor.cs (1)
345 => throw new NotImplementedException ($"Unhandled intrinsic: {intrinsicId}");
TrimAnalysis\TrimDataFlowAnalysis.cs (2)
144 throw new NotImplementedException (message: "invalid TracingType is being used"); 162 throw new NotImplementedException (message: "invalid TracingType is being used");
InMemory.FunctionalTests (24)
Http2\Http2ConnectionTests.cs (8)
2459throw new NotImplementedException(); 5397throw new NotImplementedException(finalFrameType.ToString()); 5443throw new NotImplementedException(finalFrameType.ToString()); 5489throw new NotImplementedException(finalFrameType.ToString()); 5575throw new NotImplementedException(finalFrameType.ToString()); 5774throw new NotImplementedException(finalFrameType.ToString()); 5811throw new NotImplementedException(finalFrameType.ToString()); 5835throw new NotImplementedException(finalFrameType.ToString());
Http2\Http2StreamTests.cs (1)
2283throw new NotImplementedException("Test Exception");
Http2\Http2TestBase.cs (2)
187_notImplementedApp = _ => throw new NotImplementedException(); 608_ => throw new NotImplementedException($"{nameof(_connection.ProcessRequestsAsync)} should invoked instead - hence transport connection manager does not have the connection registered."),
Http2\Http2TimeoutTests.cs (2)
288throw new NotImplementedException(finalFrameType.ToString()); 315throw new NotImplementedException(finalFrameType.ToString());
Http3\Http3StreamTests.cs (1)
993throw new NotImplementedException("Test Exception");
Http3\Http3TestBase.cs (1)
61_notImplementedApp = _ => throw new NotImplementedException();
Http3\WebTransport\WebTransportTestUtilities.cs (1)
182throw new NotImplementedException();
HttpsTests.cs (3)
761httpsOptions.ServerCertificateSelector = (_, __) => throw new NotImplementedException(); 836throw new NotImplementedException(); 841throw new NotImplementedException();
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
1196throw new NotImplementedException();
src\Servers\Kestrel\shared\test\LifetimeNotImplemented.cs (4)
16throw new NotImplementedException(); 24throw new NotImplementedException(); 32throw new NotImplementedException(); 38throw new NotImplementedException();
Interop.FunctionalTests (1)
H2SpecCommands.cs (1)
71throw new NotImplementedException("Invalid OS");
InteropWebsite (1)
TestServiceImpl.cs (1)
91throw new NotImplementedException();
Metrics (11)
src\RoslynAnalyzers\Utilities\Compiler\Extensions\IOperationExtensions.cs (1)
650_ => throw new NotImplementedException()
src\RoslynAnalyzers\Utilities\Compiler\Extensions\ISymbolExtensions.cs (1)
559_ => throw new NotImplementedException(),
src\RoslynAnalyzers\Utilities\Compiler\Extensions\ReportDiagnosticExtensions.cs (2)
20_ => throw new NotImplementedException(), 34_ => throw new NotImplementedException(),
src\RoslynAnalyzers\Utilities\Compiler\Options\AbstractCategorizedAnalyzerConfigOptions.cs (1)
63_ => throw new NotImplementedException()
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledConcurrentSet.cs (1)
101public void CopyTo(T[] array, int arrayIndex) => throw new NotImplementedException();
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (5)
728throw new NotImplementedException(); 834throw new NotImplementedException(); 845throw new NotImplementedException(); 940throw new NotImplementedException(); 953throw new NotImplementedException();
Metrics.Legacy (11)
src\RoslynAnalyzers\Utilities\Compiler\Extensions\IOperationExtensions.cs (1)
650_ => throw new NotImplementedException()
src\RoslynAnalyzers\Utilities\Compiler\Extensions\ISymbolExtensions.cs (1)
559_ => throw new NotImplementedException(),
src\RoslynAnalyzers\Utilities\Compiler\Extensions\ReportDiagnosticExtensions.cs (2)
20_ => throw new NotImplementedException(), 34_ => throw new NotImplementedException(),
src\RoslynAnalyzers\Utilities\Compiler\Options\AbstractCategorizedAnalyzerConfigOptions.cs (1)
63_ => throw new NotImplementedException()
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledConcurrentSet.cs (1)
101public void CopyTo(T[] array, int arrayIndex) => throw new NotImplementedException();
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (5)
728throw new NotImplementedException(); 834throw new NotImplementedException(); 845throw new NotImplementedException(); 940throw new NotImplementedException(); 953throw new NotImplementedException();
Microsoft.Arcade.Common (1)
NupkgInfo.cs (1)
18public string Prerelease { get { throw new NotImplementedException();} }
Microsoft.Arcade.Test.Common (12)
AssertEx.cs (1)
117throw new NotImplementedException();
MockBuildEngine.cs (2)
13public bool ContinueOnError => throw new NotImplementedException(); 28throw new NotImplementedException();
MockEngine.cs (9)
80throw new NotImplementedException(); 85throw new NotImplementedException(); 90throw new NotImplementedException(); 95throw new NotImplementedException(); 100throw new NotImplementedException(); 105throw new NotImplementedException(); 110throw new NotImplementedException(); 115throw new NotImplementedException(); 120throw new NotImplementedException();
Microsoft.AspNetCore.Antiforgery.Test (3)
DefaultAntiforgeryTokenStoreTest.cs (3)
543throw new NotImplementedException(); 548throw new NotImplementedException(); 553throw new NotImplementedException();
Microsoft.AspNetCore.Authentication (5)
PolicySchemeHandler.cs (5)
38=> throw new NotImplementedException(); 42=> throw new NotImplementedException(); 46=> throw new NotImplementedException(); 50=> throw new NotImplementedException(); 54=> throw new NotImplementedException();
Microsoft.AspNetCore.Authentication.Abstractions (1)
AuthenticateResult.cs (1)
71throw new NotImplementedException();
Microsoft.AspNetCore.Authentication.BearerToken (1)
BearerTokenConfigureOptions.cs (1)
26throw new NotImplementedException();
Microsoft.AspNetCore.Authentication.Core.Test (16)
AuthenticationSchemeProviderTests.cs (7)
260throw new NotImplementedException(); 265throw new NotImplementedException(); 270throw new NotImplementedException(); 275throw new NotImplementedException(); 283throw new NotImplementedException(); 288throw new NotImplementedException(); 296throw new NotImplementedException();
AuthenticationServiceTests.cs (5)
383throw new NotImplementedException(); 388throw new NotImplementedException(); 398throw new NotImplementedException(); 408throw new NotImplementedException(); 413throw new NotImplementedException();
TokenExtensionTests.cs (4)
170throw new NotImplementedException(); 175throw new NotImplementedException(); 185throw new NotImplementedException(); 190throw new NotImplementedException();
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectHandler.cs (2)
302throw new NotImplementedException($"An unsupported authentication method has been configured: {Options.AuthenticationMethod}"); 549throw new NotImplementedException($"An unsupported authentication method has been configured: {Options.AuthenticationMethod}");
Microsoft.AspNetCore.Authentication.Test (84)
AuthenticationMiddlewareTests.cs (16)
252throw new NotImplementedException(); 257throw new NotImplementedException(); 262throw new NotImplementedException(); 279throw new NotImplementedException(); 284throw new NotImplementedException(); 294throw new NotImplementedException(); 299throw new NotImplementedException(); 304throw new NotImplementedException(); 309throw new NotImplementedException(); 320throw new NotImplementedException(); 325throw new NotImplementedException(); 335throw new NotImplementedException(); 340throw new NotImplementedException(); 345throw new NotImplementedException(); 361throw new NotImplementedException(); 366throw new NotImplementedException();
GoogleTests.cs (3)
1117throw new NotImplementedException(req.RequestUri.AbsoluteUri); 1255throw new NotImplementedException(); 1272throw new NotImplementedException();
JwtBearerTests.cs (19)
565throw new NotImplementedException(); 569throw new NotImplementedException(context.Exception.ToString()); 573throw new NotImplementedException(); 600throw new NotImplementedException(); 604throw new NotImplementedException(context.Exception.ToString()); 608throw new NotImplementedException(); 636throw new NotImplementedException(context.Exception.ToString()); 640throw new NotImplementedException(); 671throw new NotImplementedException(context.Exception.ToString()); 675throw new NotImplementedException(); 712throw new NotImplementedException(); 747throw new NotImplementedException(); 1031get { throw new NotImplementedException(); } 1032set { throw new NotImplementedException(); } 1063get { throw new NotImplementedException(); } 1064set { throw new NotImplementedException(); } 1103throw new NotImplementedException(ExceptionType.Name); 1131throw new NotImplementedException(); 1135throw new NotImplementedException();
JwtBearerTests_Handler.cs (13)
527throw new NotImplementedException(); 531throw new NotImplementedException(context.Exception.ToString()); 535throw new NotImplementedException(); 561throw new NotImplementedException(); 565throw new NotImplementedException(context.Exception.ToString()); 569throw new NotImplementedException(); 597throw new NotImplementedException(context.Exception.ToString()); 601throw new NotImplementedException(); 629throw new NotImplementedException(context.Exception.ToString()); 633throw new NotImplementedException(); 667throw new NotImplementedException(); 699throw new NotImplementedException(); 1176throw new NotImplementedException(ExceptionType.Name);
OAuthTests.cs (2)
552throw new NotImplementedException(); 569throw new NotImplementedException();
OpenIdConnect\OpenIdConnectAuthenticateTests.cs (2)
114throw new NotImplementedException(); 131throw new NotImplementedException();
OpenIdConnect\OpenIdConnectChallengeTests.cs (1)
997throw new NotImplementedException(request.RequestUri.ToString());
OpenIdConnect\OpenIdConnectEventTests.cs (11)
29private readonly RequestDelegate AppNotImpl = context => { throw new NotImplementedException("App"); }; 651throw new NotImplementedException("TestException"); 683throw new NotImplementedException("TestException"); 716throw new NotImplementedException("TestException"); 750throw new NotImplementedException("TestException"); 844throw new NotImplementedException("TestException"); 881throw new NotImplementedException("TestException"); 1328throw new NotImplementedException(); 1346throw new NotImplementedException(); 1357set { throw new NotImplementedException(); } 1406throw new NotImplementedException(request.RequestUri.ToString());
OpenIdConnect\OpenIdConnectEventTests_Handler.cs (10)
29private readonly RequestDelegate AppNotImpl = context => { throw new NotImplementedException("App"); }; 651throw new NotImplementedException("TestException"); 683throw new NotImplementedException("TestException"); 716throw new NotImplementedException("TestException"); 750throw new NotImplementedException("TestException"); 844throw new NotImplementedException("TestException"); 881throw new NotImplementedException("TestException"); 1326throw new NotImplementedException(); 1344throw new NotImplementedException(); 1401throw new NotImplementedException(request.RequestUri.ToString());
OpenIdConnect\TestSettings.cs (1)
329throw new NotImplementedException();
TestSecurityToken.cs (3)
14public override SecurityKey SecurityKey => throw new NotImplementedException(); 18get => throw new NotImplementedException(); 19set => throw new NotImplementedException();
TwitterTests.cs (3)
604throw new NotImplementedException(req.RequestUri.AbsoluteUri); 619throw new NotImplementedException(req.RequestUri.AbsoluteUri); 634throw new NotImplementedException(req.RequestUri.AbsoluteUri);
Microsoft.AspNetCore.Authorization.Test (12)
DefaultAuthorizationServiceTests.cs (2)
867throw new NotImplementedException(); 1169throw new NotImplementedException();
PolicyEvaluatorTests.cs (8)
193=> throw new NotImplementedException(); 196=> throw new NotImplementedException(); 199=> throw new NotImplementedException(); 202=> throw new NotImplementedException(); 216=> throw new NotImplementedException(); 219=> throw new NotImplementedException(); 222=> throw new NotImplementedException(); 225=> throw new NotImplementedException();
TestObjects\TestAuthenticationService.cs (2)
47throw new NotImplementedException(); 52throw new NotImplementedException();
Microsoft.AspNetCore.Components (4)
NavigationManager.cs (1)
188throw new NotImplementedException($"The type {GetType().FullName} does not support supplying {nameof(NavigationOptions)}. To add support, that type should override {nameof(NavigateToCore)}(string uri, {nameof(NavigationOptions)} options).");
RenderTree\RenderTreeDiffBuilder.cs (3)
749throw new NotImplementedException($"Encountered unsupported frame type during diffing: {newTree[newFrameIndex].FrameTypeField}"); 847throw new NotImplementedException($"Unexpected frame type during {nameof(InsertNewFrame)}: {newFrame.FrameTypeField}"); 897throw new NotImplementedException($"Unexpected frame type during {nameof(RemoveOldFrame)}: {oldFrame.FrameTypeField}");
Microsoft.AspNetCore.Components.Analyzers.Tests (6)
TestFiles\ComponentInternalUsageDiagnosticsAnalyzerTest\UsesRendererAsBaseClass.cs (3)
16public override Dispatcher Dispatcher => throw new NotImplementedException(); 20throw new NotImplementedException(); 25throw new NotImplementedException();
TestFiles\ComponentInternalUsageDiagnosticsAnalyzerTest\UsesRendererTypesInDeclarations.cs (3)
19public override Dispatcher Dispatcher => throw new NotImplementedException(); 25throw new NotImplementedException(); 30throw new NotImplementedException();
Microsoft.AspNetCore.Components.Authorization.Tests (3)
src\Components\Shared\test\TestServiceProvider.cs (1)
42=> throw new NotImplementedException();
TestAsyncAuthorizationService.cs (1)
32=> throw new NotImplementedException();
TestAuthorizationService.cs (1)
29=> throw new NotImplementedException();
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\EndpointHtmlRenderer.PrerenderingState.cs (3)
167InteractiveAutoRenderMode => throw new NotImplementedException("TODO: To be able to support InteractiveAutoRenderMode, we have to serialize persisted state in both WebAssembly and Server formats, or unify the two formats."), 256public Task<IDictionary<string, byte[]>> GetPersistedStateAsync() => throw new NotImplementedException(); 267public Task<IDictionary<string, byte[]>> GetPersistedStateAsync() => throw new NotImplementedException();
Microsoft.AspNetCore.Components.Endpoints.Tests (40)
Builder\RazorComponentsEndpointConventionBuilderExtensionsTest.cs (2)
317void IComponent.Attach(RenderHandle renderHandle) => throw new NotImplementedException(); 318Task IComponent.SetParametersAsync(ParameterView parameters) => throw new NotImplementedException();
Builder\TestFileProvider\TestFileProvider.cs (6)
138throw new NotImplementedException(); 146throw new NotImplementedException(); 154throw new NotImplementedException(); 162throw new NotImplementedException(); 170throw new NotImplementedException(); 176throw new NotImplementedException();
EndpointHtmlRendererTest.cs (7)
1890public string EnvironmentName { get => environmentName; set => throw new NotImplementedException(); } 1891public string ApplicationName { get => throw new NotImplementedException(); set => throw new NotImplementedException(); } 1892public string ContentRootPath { get => throw new NotImplementedException(); set => throw new NotImplementedException(); } 1893public IFileProvider ContentRootFileProvider { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
FormMapping\Converters\NullableConverterTests.cs (1)
219public static ParsableTestStruct Parse(string s, IFormatProvider provider) => throw new NotImplementedException();
RazorComponentEndpointDataSourceTest.cs (6)
326throw new NotImplementedException(); 331throw new NotImplementedException(); 340throw new NotImplementedException(); 345throw new NotImplementedException(); 354throw new NotImplementedException(); 359throw new NotImplementedException();
RazorComponentEndpointInvokerTest.cs (9)
56public string WebRootPath { get => throw new NotImplementedException(); set => throw new NotImplementedException(); } 57public IFileProvider WebRootFileProvider { get => new NullFileProvider(); set => throw new NotImplementedException(); } 58public string EnvironmentName { get => "Development"; set => throw new NotImplementedException(); } 59public string ApplicationName { get => "Test"; set => throw new NotImplementedException(); } 60public string ContentRootPath { get => throw new NotImplementedException(); set => throw new NotImplementedException(); } 61public IFileProvider ContentRootFileProvider { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
RazorComponentResultTest.cs (1)
507public byte[] Unprotect(byte[] protectedData) => throw new NotImplementedException();
RazorComponentsServiceCollectionExtensionsTest.cs (6)
141public string WebRootPath { get => throw new NotImplementedException(); set => throw new NotImplementedException(); } 143public string EnvironmentName { get => throw new NotImplementedException(); set => throw new NotImplementedException(); } 145public string ContentRootPath { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
SSRRenderModeBoundaryTest.cs (2)
93=> throw new NotImplementedException(); 96=> throw new NotImplementedException();
Microsoft.AspNetCore.Components.Forms.Tests (1)
src\Components\Shared\test\TestServiceProvider.cs (1)
42=> throw new NotImplementedException();
Microsoft.AspNetCore.Components.Performance (1)
RenderTreeDiffBuilderBenchmark.cs (1)
97throw new NotImplementedException();
Microsoft.AspNetCore.Components.SdkAnalyzers.Tests (6)
TestFiles\ComponentInternalUsageDiagnosticsAnalyzerTest\UsesRendererAsBaseClass.cs (3)
16public override Dispatcher Dispatcher => throw new NotImplementedException(); 20throw new NotImplementedException(); 25throw new NotImplementedException();
TestFiles\ComponentInternalUsageDiagnosticsAnalyzerTest\UsesRendererTypesInDeclarations.cs (3)
19public override Dispatcher Dispatcher => throw new NotImplementedException(); 25throw new NotImplementedException(); 30throw new NotImplementedException();
Microsoft.AspNetCore.Components.Server.Tests (11)
Circuits\RenderBatchWriterTest.cs (4)
379=> throw new NotImplementedException(); 382=> throw new NotImplementedException(); 396throw new NotImplementedException(); 400=> throw new NotImplementedException();
Circuits\ServerComponentDeserializerTest.cs (4)
510public void Attach(RenderHandle renderHandle) => throw new NotImplementedException(); 512public Task SetParametersAsync(ParameterView parameters) => throw new NotImplementedException(); 517public void Attach(RenderHandle renderHandle) => throw new NotImplementedException(); 518public Task SetParametersAsync(ParameterView parameters) => throw new NotImplementedException();
ComponentEndpointRouteBuilderExtensionsTest.cs (2)
152throw new System.NotImplementedException(); 157throw new System.NotImplementedException();
ProtectedBrowserStorageTest.cs (1)
322throw new NotImplementedException();
Microsoft.AspNetCore.Components.Tests (68)
CascadingParameterStateTest.cs (5)
490=> throw new NotImplementedException(); 493=> throw new NotImplementedException(); 496=> throw new NotImplementedException(); 502=> throw new NotImplementedException(); 505=> throw new NotImplementedException();
CascadingParameterTest.cs (4)
892=> throw new NotImplementedException(); 895=> throw new NotImplementedException(); 1063throw new NotImplementedException(); 1068throw new NotImplementedException();
ComponentFactoryTest.cs (13)
268throw new NotImplementedException(); 273throw new NotImplementedException(); 298throw new NotImplementedException(); 303throw new NotImplementedException(); 316throw new NotImplementedException(); 321throw new NotImplementedException(); 341throw new NotImplementedException(); 346throw new NotImplementedException(); 395throw new NotImplementedException(); 400throw new NotImplementedException(); 424public override Dispatcher Dispatcher => throw new NotImplementedException(); 428throw new NotImplementedException(); 433throw new NotImplementedException();
DependencyInjectionTest.cs (2)
236=> throw new NotImplementedException(); 239=> throw new NotImplementedException();
EventCallbackFactoryBinderExtensionsTest.cs (2)
664throw new System.NotImplementedException(); 669throw new System.NotImplementedException();
EventCallbackFactoryTest.cs (3)
636throw new NotImplementedException(); 641throw new NotImplementedException(); 646throw new NotImplementedException();
EventCallbackTest.cs (2)
464public void Attach(RenderHandle renderHandle) => throw new NotImplementedException(); 466public Task SetParametersAsync(ParameterView parameters) => throw new NotImplementedException();
NavigationManagerTest.cs (1)
892throw new System.NotImplementedException();
ParameterViewTest.Assignment.cs (5)
746=> throw new NotImplementedException(); 786public bool IsFixed => throw new NotImplementedException(); 790throw new NotImplementedException(); 800throw new NotImplementedException(); 805throw new NotImplementedException();
ParameterViewTest.cs (5)
592=> throw new NotImplementedException(); 595=> throw new NotImplementedException(); 610=> throw new NotImplementedException(); 616=> throw new NotImplementedException(); 619=> throw new NotImplementedException();
PersistentState\ComponentStatePersistenceManagerTest.cs (2)
366throw new NotImplementedException(); 371throw new NotImplementedException();
PersistentState\PersistentServicesRegistryTest.cs (2)
459throw new NotImplementedException(); 464throw new NotImplementedException();
RendererTest.cs (9)
2261=> throw new NotImplementedException("Should not be invoked"))); 3991throw new NotImplementedException(); 3996throw new NotImplementedException(); 4031throw new NotImplementedException(); 5117public void Attach(RenderHandle renderHandle) => throw new NotImplementedException(); 5118public Task SetParametersAsync(ParameterView parameters) => throw new NotImplementedException(); 5129public void Attach(RenderHandle renderHandle) => throw new NotImplementedException(); 5130public Task SetParametersAsync(ParameterView parameters) => throw new NotImplementedException(); 5177=> throw new NotImplementedException();
Rendering\RenderTreeBuilderTest.cs (3)
2284=> throw new NotImplementedException(); 2300=> throw new NotImplementedException(); 2303=> throw new NotImplementedException();
RenderTreeDiffBuilderTest.cs (3)
1737RenderFragment fragmentWillNotChange = builder => throw new NotImplementedException(); 1791RenderFragment fragmentWillNotChange = builder => throw new NotImplementedException(); 2464=> throw new NotImplementedException();
src\Components\Shared\test\TestServiceProvider.cs (1)
42=> throw new NotImplementedException();
SupplyParameterFromPersistentComponentStateValueProviderTests.cs (6)
487protected override void HandleException(Exception exception) => throw new NotImplementedException(); 488protected override Task UpdateDisplayAsync(in RenderBatch renderBatch) => throw new NotImplementedException(); 496public void Attach(RenderHandle renderHandle) => throw new NotImplementedException(); 497public Task SetParametersAsync(ParameterView parameters) => throw new NotImplementedException(); 519public void Attach(RenderHandle renderHandle) => throw new NotImplementedException(); 520public Task SetParametersAsync(ParameterView parameters) => throw new NotImplementedException();
Microsoft.AspNetCore.Components.Web.Tests (4)
Forms\InputBaseTest.cs (1)
562throw new NotImplementedException();
HtmlRendering\HtmlRendererTest.cs (2)
1388=> throw new NotImplementedException(); 1391=> throw new NotImplementedException();
src\Components\Shared\test\TestServiceProvider.cs (1)
42=> throw new NotImplementedException();
Microsoft.AspNetCore.Components.WebAssembly.Tests (6)
PullFromJSDataStreamTest.cs (6)
137=> throw new NotImplementedException(); 140=> throw new NotImplementedException(); 143=> throw new NotImplementedException(); 146=> throw new NotImplementedException(); 149=> throw new NotImplementedException(); 152=> throw new NotImplementedException();
Microsoft.AspNetCore.Components.WebView.Maui (1)
IBlazorWebView.cs (1)
24 set => throw new NotImplementedException();
Microsoft.AspNetCore.Components.WebView.Test (4)
Infrastructure\TestFileProvider.cs (3)
13throw new System.NotImplementedException(); 18throw new System.NotImplementedException(); 23throw new System.NotImplementedException();
Infrastructure\TestWebViewManager.cs (1)
27throw new NotImplementedException();
Microsoft.AspNetCore.ConcurrencyLimiter.Tests (1)
MiddlewareTests.cs (1)
234throw new NotImplementedException();
Microsoft.AspNetCore.CookiePolicy.Test (4)
CookiePolicyTests.cs (4)
483throw new NotImplementedException(); 488throw new NotImplementedException(); 493throw new NotImplementedException(); 498throw new NotImplementedException();
Microsoft.AspNetCore.DataProtection.Extensions (1)
DataProtectionAdvancedExtensions.cs (1)
113throw new NotImplementedException();
Microsoft.AspNetCore.DataProtection.Tests (22)
AuthenticatedEncryption\ConfigurationModel\ManagedAuthenticatedEncryptorDescriptorDeserializerTests.cs (8)
133public override ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[] rgbIV) => throw new NotImplementedException(); 134public override ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[] rgbIV) => throw new NotImplementedException(); 135public override void GenerateIV() => throw new NotImplementedException(); 136public override void GenerateKey() => throw new NotImplementedException(); 143public override ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[] rgbIV) => throw new NotImplementedException(); 144public override ICryptoTransform CreateEncryptor(byte[] rgbKey, byte[] rgbIV) => throw new NotImplementedException(); 145public override void GenerateIV() => throw new NotImplementedException(); 146public override void GenerateKey() => throw new NotImplementedException();
AuthenticatedEncryption\ConfigurationModel\ManagedAuthenticatedEncryptorDescriptorTests.cs (7)
75throw new NotImplementedException(); 80throw new NotImplementedException(); 85throw new NotImplementedException(); 90throw new NotImplementedException(); 98throw new NotImplementedException(); 103throw new NotImplementedException(); 108throw new NotImplementedException();
Internal\KeyManagementOptionsSetupTest.cs (2)
138throw new NotImplementedException(); 146throw new NotImplementedException();
KeyManagement\KeyRingTests.cs (1)
114public IAuthenticatedEncryptorDescriptor Descriptor => throw new NotImplementedException();
KeyManagement\XmlKeyManagerTests.cs (1)
1026throw new NotImplementedException();
RegistryPolicyResolverTests.cs (2)
310throw new NotImplementedException(); 318throw new NotImplementedException();
XmlEncryption\XmlEncryptionExtensionsTests.cs (1)
327throw new NotImplementedException();
Microsoft.AspNetCore.Diagnostics.Abstractions (1)
IStatusCodeReExecuteFeature.cs (1)
34int OriginalStatusCode => throw new NotImplementedException();
Microsoft.AspNetCore.Diagnostics.Tests (7)
ExceptionDetailsProviderTest.cs (6)
290throw new NotImplementedException(); 300throw new NotImplementedException(); 333throw new NotImplementedException(); 341throw new NotImplementedException(); 349throw new NotImplementedException(); 357throw new NotImplementedException();
ExceptionHandlerMiddlewareTest.cs (1)
529throw new NotImplementedException();
Microsoft.AspNetCore.Grpc.JsonTranscoding (3)
Internal\JsonTranscodingServerCallContext.cs (3)
178get => throw new NotImplementedException(); 179set => throw new NotImplementedException(); 203throw new NotImplementedException();
Microsoft.AspNetCore.HostFiltering.Tests (1)
HostFilteringMiddlewareTests.cs (1)
213app.Run(c => throw new NotImplementedException("App"));
Microsoft.AspNetCore.Hosting.Tests (3)
WebHostBuilderTests.cs (1)
1535throw new NotImplementedException("Hosted Service throws in StopAsync");
WebHostTests.cs (2)
1295throw new NotImplementedException(); 1300throw new NotImplementedException();
Microsoft.AspNetCore.Html.Abstractions.Tests (1)
HtmlContentBuilderExtensionsTest.cs (1)
453throw new NotImplementedException();
Microsoft.AspNetCore.Http.Abstractions (6)
Extensions\IEndpointConventionBuilder.cs (1)
25void Finally(Action<EndpointBuilder> finallyConvention) => throw new NotImplementedException();
HttpRequest.cs (1)
117public virtual PipeReader BodyReader { get => throw new NotImplementedException(); }
HttpResponse.cs (3)
58public virtual PipeWriter BodyWriter { get => throw new NotImplementedException(); } 149public virtual Task StartAsync(CancellationToken cancellationToken = default) { throw new NotImplementedException(); } 156public virtual Task CompleteAsync() { throw new NotImplementedException(); }
WebSocketManager.cs (1)
47public virtual Task<WebSocket> AcceptWebSocketAsync(WebSocketAcceptContext acceptContext) => throw new NotImplementedException();
Microsoft.AspNetCore.Http.Abstractions.Tests (10)
MapPathMiddlewareTests.cs (8)
27throw new NotImplementedException(); 250public IServiceProvider ApplicationServices { get => throw new NotImplementedException(); set => throw new NotImplementedException(); } 252public IFeatureCollection ServerFeatures => throw new NotImplementedException(); 254public IDictionary<string, object?> Properties => throw new NotImplementedException(); 256public IServiceProvider ServiceProvider => throw new NotImplementedException(); 258public ICollection<EndpointDataSource> DataSources => throw new NotImplementedException(); 260public IApplicationBuilder CreateApplicationBuilder() => throw new NotImplementedException();
MapPredicateMiddlewareTests.cs (2)
12private static readonly Predicate NotImplementedPredicate = new Predicate(environment => { throw new NotImplementedException(); }); 27throw new NotImplementedException();
Microsoft.AspNetCore.Http.Connections.Tests (14)
HttpConnectionDispatcherTests.cs (11)
1215public override bool CanRead => throw new NotImplementedException(); 1216public override bool CanSeek => throw new NotImplementedException(); 1217public override bool CanWrite => throw new NotImplementedException(); 1218public override long Length => throw new NotImplementedException(); 1219public override long Position { get => throw new NotImplementedException(); set => throw new NotImplementedException(); } 1222throw new NotImplementedException(); 1229throw new NotImplementedException(); 1233throw new NotImplementedException(); 1237throw new NotImplementedException(); 1241throw new NotImplementedException();
MapConnectionHandlerTests.cs (3)
454throw new NotImplementedException(); 462throw new NotImplementedException(); 476throw new NotImplementedException();
Microsoft.AspNetCore.Http.Extensions.Tests (67)
HttpMetricsEndpointConventionBuilderExtensionsTests.cs (1)
27public override Endpoint Build() => throw new NotImplementedException();
HttpResponseJsonExtensionsTests.cs (5)
81throw new NotImplementedException(); 569throw new NotImplementedException(); 574throw new NotImplementedException(); 579throw new NotImplementedException(); 584throw new NotImplementedException();
ParameterBindingMethodCacheTests.cs (15)
1110throw new NotImplementedException(); 1142throw new NotImplementedException(); 1148throw new NotImplementedException(); 1154throw new NotImplementedException(); 1160throw new NotImplementedException(); 1166throw new NotImplementedException(); 1169throw new NotImplementedException(); 1175throw new NotImplementedException(); 1178throw new NotImplementedException(); 1283=> throw new NotImplementedException(); 1294=> throw new NotImplementedException(); 1300=> throw new NotImplementedException(); 1303=> throw new NotImplementedException(); 1531throw new NotImplementedException(); 1536throw new NotImplementedException();
RequestDelegateFactoryTests.cs (17)
431throw new NotImplementedException(); 468throw new NotImplementedException(); 525throw new NotImplementedException(); 973throw new NotImplementedException(); 979throw new NotImplementedException(); 3382public Task ExecuteAsync(HttpContext httpContext) => throw new NotImplementedException(); 3392public Task ExecuteAsync(HttpContext httpContext) => throw new NotImplementedException(); 3468public Task ExecuteAsync(HttpContext httpContext) => throw new NotImplementedException(); 3695public override long Length => throw new NotImplementedException(); 3697public override long Position { get => throw new NotImplementedException(); set => throw new NotImplementedException(); } 3701throw new NotImplementedException(); 3711throw new NotImplementedException(); 3716throw new NotImplementedException(); 3721throw new NotImplementedException(); 3753public CancellationToken RequestAborted { get => _requestAbortedCts.Token; set => throw new NotImplementedException(); } 3852throw new NotImplementedException();
RequestDelegateGenerator\SharedTypes.cs (17)
237throw new NotImplementedException(); 262throw new NotImplementedException(); 289throw new NotImplementedException(); 315throw new NotImplementedException(); 331throw new NotImplementedException(); 347throw new NotImplementedException(); 493public override long Length => throw new NotImplementedException(); 495public override long Position { get => throw new NotImplementedException(); set => throw new NotImplementedException(); } 499throw new NotImplementedException(); 509throw new NotImplementedException(); 514throw new NotImplementedException(); 519throw new NotImplementedException(); 551throw new NotImplementedException(); 624public Task ExecuteAsync(HttpContext httpContext) => throw new NotImplementedException(); 675public Task ExecuteAsync(HttpContext httpContext) => throw new NotImplementedException(); 1019throw new NotImplementedException();
ResponseExtensionTests.cs (2)
65throw new NotImplementedException(); 70throw new NotImplementedException();
SendFileResponseExtensionsTests.cs (5)
109public Stream Stream => throw new System.NotImplementedException(); 111public PipeWriter Writer => throw new System.NotImplementedException(); 115throw new System.NotImplementedException(); 120throw new System.NotImplementedException(); 136throw new System.NotImplementedException();
TestStream.cs (5)
16throw new NotImplementedException(); 21throw new NotImplementedException(); 26throw new NotImplementedException(); 31throw new NotImplementedException(); 36throw new NotImplementedException();
Microsoft.AspNetCore.Http.Microbenchmarks (17)
src\Http\Http.Extensions\test\RequestDelegateGenerator\SharedTypes.cs (17)
237throw new NotImplementedException(); 262throw new NotImplementedException(); 289throw new NotImplementedException(); 315throw new NotImplementedException(); 331throw new NotImplementedException(); 347throw new NotImplementedException(); 493public override long Length => throw new NotImplementedException(); 495public override long Position { get => throw new NotImplementedException(); set => throw new NotImplementedException(); } 499throw new NotImplementedException(); 509throw new NotImplementedException(); 514throw new NotImplementedException(); 519throw new NotImplementedException(); 551throw new NotImplementedException(); 624public Task ExecuteAsync(HttpContext httpContext) => throw new NotImplementedException(); 675public Task ExecuteAsync(HttpContext httpContext) => throw new NotImplementedException(); 1019throw new NotImplementedException();
Microsoft.AspNetCore.Http.RequestDelegateGenerator (3)
StaticRouteHandlerModel\Emitters\EmitterExtensions.cs (1)
48EndpointParameterSource.Unknown => throw new NotImplementedException("Unreachable!"),
StaticRouteHandlerModel\Emitters\EndpointParameterEmitter.cs (1)
365throw new NotImplementedException($"Unreachable! Unexpected {nameof(BindabilityMethod)}: {endpointParameter.BindMethod}");
StaticRouteHandlerModel\EndpointParameter.cs (1)
350_ => throw new NotImplementedException($"Unreachable! Unexpected {nameof(ParsabilityMethod)}: {parsabilityMethod}"),
Microsoft.AspNetCore.Http.Results.Tests (45)
AcceptedAtRouteOfTResultTests.cs (1)
126AcceptedAtRoute<Todo> MyApi() { throw new NotImplementedException(); }
AcceptedAtRouteResultTests.cs (1)
79AcceptedAtRoute MyApi() { throw new NotImplementedException(); }
AcceptedOfTResultTests.cs (1)
66Accepted<Todo> MyApi() { throw new NotImplementedException(); }
AcceptedResultTests.cs (1)
36Accepted MyApi() { throw new NotImplementedException(); }
BadRequestOfTResultTests.cs (1)
109BadRequest<Todo> MyApi() { throw new NotImplementedException(); }
BadRequestResultTests.cs (1)
49BadRequest MyApi() { throw new NotImplementedException(); }
ConflictOfTResultTests.cs (1)
87Conflict<Todo> MyApi() { throw new NotImplementedException(); }
ConflictResultTests.cs (1)
50Conflict MyApi() { throw new NotImplementedException(); }
CreatedAtRouteOfTResultTests.cs (1)
95CreatedAtRoute<Todo> MyApi() { throw new NotImplementedException(); }
CreatedAtRouteResultTests.cs (1)
77CreatedAtRoute MyApi() { throw new NotImplementedException(); }
CreatedOfTResultTests.cs (1)
101Created<Todo> MyApi() { throw new NotImplementedException(); }
CreatedResultTests.cs (1)
67Created MyApi() { throw new NotImplementedException(); }
InternalServerErrorOfTResultTests.cs (1)
109InternalServerError<Todo> MyApi() { throw new NotImplementedException(); }
InternalServerErrorResultTests.cs (1)
49InternalServerError MyApi() { throw new NotImplementedException(); }
NoContentResultTests.cs (1)
46NoContent MyApi() { throw new NotImplementedException(); }
NotFoundOfTResultTests.cs (1)
69NotFound<Todo> MyApi() { throw new NotImplementedException(); }
NotFoundResultTests.cs (1)
45NotFound MyApi() { throw new NotImplementedException(); }
OkOfTResultTests.cs (1)
86Ok<Todo> MyApi() { throw new NotImplementedException(); }
OkResultTests.cs (1)
48static Ok MyApi() { throw new NotImplementedException(); }
ResultsOfTHelperTests.cs (1)
95throw new NotImplementedException();
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(); }
ServerSentEventsResultTests.cs (5)
126ServerSentEventsResult<string> MyApi() { throw new NotImplementedException(); } 325public PipeWriter Writer => throw new NotImplementedException(); 326public Task CompleteAsync() => throw new NotImplementedException(); 329=> throw new NotImplementedException(); 331=> throw new NotImplementedException();
src\Shared\ResultsTests\PhysicalFileResultTestBase.cs (5)
429public Stream Stream => throw new NotImplementedException(); 431public PipeWriter Writer => throw new NotImplementedException(); 435throw new NotImplementedException(); 440throw new NotImplementedException(); 454throw new NotImplementedException();
src\Shared\ResultsTests\VirtualFileResultTestBase.cs (5)
532public Stream Stream => throw new NotImplementedException(); 534public PipeWriter Writer => throw new NotImplementedException(); 538throw new NotImplementedException(); 543throw new NotImplementedException(); 558throw new NotImplementedException();
TestLinkGenerator.cs (2)
15throw new NotImplementedException(); 20throw new NotImplementedException();
UnprocessableEntityOfTResultTests.cs (1)
86UnprocessableEntity<Todo> MyApi() { throw new NotImplementedException(); }
UnprocessableEntityResultTests.cs (1)
49UnprocessableEntity MyApi() { throw new NotImplementedException(); }
ValidationProblemResultTests.cs (1)
97ValidationProblem MyApi() { throw new NotImplementedException(); }
Microsoft.AspNetCore.Http.Tests (4)
DefaultHttpContextTests.cs (2)
500throw new NotImplementedException(); 506throw new NotImplementedException();
Features\NonSeekableReadStream.cs (1)
39throw new NotImplementedException();
Internal\DefaultHttpResponseTests.cs (1)
208throw new NotImplementedException();
Microsoft.AspNetCore.HttpLogging (1)
RequestBufferingStream.cs (1)
138_ => throw new NotImplementedException(_status.ToString()),
Microsoft.AspNetCore.Identity (2)
IdentityServiceCollectionExtensions.cs (2)
208throw new NotImplementedException(); 213throw new NotImplementedException();
Microsoft.AspNetCore.Identity.FunctionalTests (2)
MapIdentityApiTests.cs (2)
1534throw new NotImplementedException(); 1537throw new NotImplementedException();
Microsoft.AspNetCore.Identity.Test (113)
IdentityBuilderTest.cs (24)
275throw new NotImplementedException(); 280throw new NotImplementedException(); 285throw new NotImplementedException(); 290throw new NotImplementedException(); 295throw new NotImplementedException(); 300throw new NotImplementedException(); 305throw new NotImplementedException(); 310throw new NotImplementedException(); 315throw new NotImplementedException(); 320throw new NotImplementedException(); 325throw new NotImplementedException(); 330throw new NotImplementedException(); 335throw new NotImplementedException(); 340throw new NotImplementedException(); 345throw new NotImplementedException(); 350throw new NotImplementedException(); 355throw new NotImplementedException(); 360throw new NotImplementedException(); 365throw new NotImplementedException(); 370throw new NotImplementedException(); 375throw new NotImplementedException(); 380throw new NotImplementedException(); 385throw new NotImplementedException(); 390throw new NotImplementedException();
RoleManagerTest.cs (11)
155throw new NotImplementedException(); 160throw new NotImplementedException(); 165throw new NotImplementedException(); 170throw new NotImplementedException(); 175throw new NotImplementedException(); 180throw new NotImplementedException(); 185throw new NotImplementedException(); 190throw new NotImplementedException(); 195throw new NotImplementedException(); 200throw new NotImplementedException(); 205throw new NotImplementedException();
SecurityStampValidatorTest.cs (7)
23throw new NotImplementedException(); 28throw new NotImplementedException(); 33throw new NotImplementedException(); 38throw new NotImplementedException(); 43throw new NotImplementedException(); 48throw new NotImplementedException(); 53throw new NotImplementedException();
SignInManagerTest.cs (9)
1345_ => throw new NotImplementedException(), 1415public void AddScheme(AuthenticationScheme scheme) => throw new NotImplementedException(); 1416public void RemoveScheme(string name) => throw new NotImplementedException(); 1417public Task<AuthenticationScheme> GetDefaultAuthenticateSchemeAsync() => throw new NotImplementedException(); 1418public Task<AuthenticationScheme> GetDefaultChallengeSchemeAsync() => throw new NotImplementedException(); 1419public Task<AuthenticationScheme> GetDefaultForbidSchemeAsync() => throw new NotImplementedException(); 1420public Task<AuthenticationScheme> GetDefaultSignInSchemeAsync() => throw new NotImplementedException(); 1421public Task<AuthenticationScheme> GetDefaultSignOutSchemeAsync() => throw new NotImplementedException(); 1422public Task<IEnumerable<AuthenticationScheme>> GetRequestHandlerSchemesAsync() => throw new NotImplementedException();
UserManagerTest.cs (62)
773throw new NotImplementedException(); 778throw new NotImplementedException(); 783throw new NotImplementedException(); 830throw new NotImplementedException(); 835throw new NotImplementedException(); 840throw new NotImplementedException(); 845throw new NotImplementedException(); 850throw new NotImplementedException(); 855throw new NotImplementedException(); 860throw new NotImplementedException(); 865throw new NotImplementedException(); 870throw new NotImplementedException(); 875throw new NotImplementedException(); 880throw new NotImplementedException(); 1500throw new NotImplementedException(); 1505throw new NotImplementedException(); 1510throw new NotImplementedException(); 1515throw new NotImplementedException(); 1520throw new NotImplementedException(); 1525throw new NotImplementedException(); 1530throw new NotImplementedException(); 1535throw new NotImplementedException(); 1540throw new NotImplementedException(); 1545throw new NotImplementedException(); 1550throw new NotImplementedException(); 1555throw new NotImplementedException(); 1560throw new NotImplementedException(); 1565throw new NotImplementedException(); 1570throw new NotImplementedException(); 1575throw new NotImplementedException(); 1580throw new NotImplementedException(); 1585throw new NotImplementedException(); 1590throw new NotImplementedException(); 1595throw new NotImplementedException(); 1600throw new NotImplementedException(); 1605throw new NotImplementedException(); 1610throw new NotImplementedException(); 1615throw new NotImplementedException(); 1620throw new NotImplementedException(); 1625throw new NotImplementedException(); 1630throw new NotImplementedException(); 1635throw new NotImplementedException(); 1640throw new NotImplementedException(); 1645throw new NotImplementedException(); 1650throw new NotImplementedException(); 1655throw new NotImplementedException(); 1660throw new NotImplementedException(); 1665throw new NotImplementedException(); 1670throw new NotImplementedException(); 1675throw new NotImplementedException(); 1680throw new NotImplementedException(); 1685throw new NotImplementedException(); 1690throw new NotImplementedException(); 1695throw new NotImplementedException(); 1700throw new NotImplementedException(); 1705throw new NotImplementedException(); 1710throw new NotImplementedException(); 1715throw new NotImplementedException(); 1720throw new NotImplementedException(); 1725throw new NotImplementedException(); 1730throw new NotImplementedException(); 1735throw new NotImplementedException();
Microsoft.AspNetCore.Identity.UI (98)
Areas\Identity\Pages\V4\Account\ConfirmEmail.cshtml.cs (1)
31public virtual Task<IActionResult> OnGetAsync(string userId, string code) => throw new NotImplementedException();
Areas\Identity\Pages\V4\Account\ConfirmEmailChange.cshtml.cs (1)
31public virtual Task<IActionResult> OnGetAsync(string userId, string email, string code) => throw new NotImplementedException();
Areas\Identity\Pages\V4\Account\ExternalLogin.cshtml.cs (4)
70public virtual IActionResult OnGet() => throw new NotImplementedException(); 76public virtual IActionResult OnPost(string provider, [StringSyntax(StringSyntaxAttribute.Uri)] string? returnUrl = null) => throw new NotImplementedException(); 82public virtual Task<IActionResult> OnGetCallbackAsync([StringSyntax(StringSyntaxAttribute.Uri)] string? returnUrl = null, string? remoteError = null) => throw new NotImplementedException(); 88public virtual Task<IActionResult> OnPostConfirmationAsync([StringSyntax(StringSyntaxAttribute.Uri)] string? returnUrl = null) => throw new NotImplementedException();
Areas\Identity\Pages\V4\Account\ForgotPassword.cshtml.cs (1)
48public virtual Task<IActionResult> OnPostAsync() => throw new NotImplementedException();
Areas\Identity\Pages\V4\Account\Login.cshtml.cs (2)
83public virtual Task OnGetAsync([StringSyntax(StringSyntaxAttribute.Uri)] string? returnUrl = null) => throw new NotImplementedException(); 89public virtual Task<IActionResult> OnPostAsync([StringSyntax(StringSyntaxAttribute.Uri)] string? returnUrl = null) => throw new NotImplementedException();
Areas\Identity\Pages\V4\Account\LoginWith2fa.cshtml.cs (2)
68public virtual Task<IActionResult> OnGetAsync(bool rememberMe, [StringSyntax(StringSyntaxAttribute.Uri)] string? returnUrl = null) => throw new NotImplementedException(); 74public virtual Task<IActionResult> OnPostAsync(bool rememberMe, [StringSyntax(StringSyntaxAttribute.Uri)] string? returnUrl = null) => throw new NotImplementedException();
Areas\Identity\Pages\V4\Account\LoginWithRecoveryCode.cshtml.cs (2)
55public virtual Task<IActionResult> OnGetAsync([StringSyntax(StringSyntaxAttribute.Uri)] string? returnUrl = null) => throw new NotImplementedException(); 61public virtual Task<IActionResult> OnPostAsync([StringSyntax(StringSyntaxAttribute.Uri)] string? returnUrl = null) => throw new NotImplementedException();
Areas\Identity\Pages\V4\Account\Logout.cshtml.cs (1)
31public virtual Task<IActionResult> OnPost(string? returnUrl = null) => throw new NotImplementedException();
Areas\Identity\Pages\V4\Account\Manage\ChangePassword.cshtml.cs (2)
71public virtual Task<IActionResult> OnGetAsync() => throw new NotImplementedException(); 77public virtual Task<IActionResult> OnPostAsync() => throw new NotImplementedException();
Areas\Identity\Pages\V4\Account\Manage\DeletePersonalData.cshtml.cs (2)
50public virtual Task<IActionResult> OnGet() => throw new NotImplementedException(); 56public virtual Task<IActionResult> OnPostAsync() => throw new NotImplementedException();
Areas\Identity\Pages\V4\Account\Manage\Disable2fa.cshtml.cs (2)
28public virtual Task<IActionResult> OnGet() => throw new NotImplementedException(); 34public virtual Task<IActionResult> OnPostAsync() => throw new NotImplementedException();
Areas\Identity\Pages\V4\Account\Manage\DownloadPersonalData.cshtml.cs (2)
23public virtual IActionResult OnGet() => throw new NotImplementedException(); 29public virtual Task<IActionResult> OnPostAsync() => throw new NotImplementedException();
Areas\Identity\Pages\V4\Account\Manage\Email.cshtml.cs (3)
66public virtual Task<IActionResult> OnGetAsync() => throw new NotImplementedException(); 72public virtual Task<IActionResult> OnPostChangeEmailAsync() => throw new NotImplementedException(); 78public virtual Task<IActionResult> OnPostSendVerificationEmailAsync() => throw new NotImplementedException();
Areas\Identity\Pages\V4\Account\Manage\EnableAuthenticator.cshtml.cs (2)
76public virtual Task<IActionResult> OnGetAsync() => throw new NotImplementedException(); 82public virtual Task<IActionResult> OnPostAsync() => throw new NotImplementedException();
Areas\Identity\Pages\V4\Account\Manage\ExternalLogins.cshtml.cs (4)
47public virtual Task<IActionResult> OnGetAsync() => throw new NotImplementedException(); 53public virtual Task<IActionResult> OnPostRemoveLoginAsync(string loginProvider, string providerKey) => throw new NotImplementedException(); 59public virtual Task<IActionResult> OnPostLinkLoginAsync(string provider) => throw new NotImplementedException(); 65public virtual Task<IActionResult> OnGetLinkLoginCallbackAsync() => throw new NotImplementedException();
Areas\Identity\Pages\V4\Account\Manage\GenerateRecoveryCodes.cshtml.cs (2)
36public virtual Task<IActionResult> OnGetAsync() => throw new NotImplementedException(); 42public virtual Task<IActionResult> OnPostAsync() => throw new NotImplementedException();
Areas\Identity\Pages\V4\Account\Manage\Index.cshtml.cs (2)
56public virtual Task<IActionResult> OnGetAsync() => throw new NotImplementedException(); 62public virtual Task<IActionResult> OnPostAsync() => throw new NotImplementedException();
Areas\Identity\Pages\V4\Account\Manage\PersonalData.cshtml.cs (1)
21public virtual Task<IActionResult> OnGet() => throw new NotImplementedException();
Areas\Identity\Pages\V4\Account\Manage\ResetAuthenticator.cshtml.cs (2)
28public virtual Task<IActionResult> OnGet() => throw new NotImplementedException(); 34public virtual Task<IActionResult> OnPostAsync() => throw new NotImplementedException();
Areas\Identity\Pages\V4\Account\Manage\SetPassword.cshtml.cs (2)
61public virtual Task<IActionResult> OnGetAsync() => throw new NotImplementedException(); 67public virtual Task<IActionResult> OnPostAsync() => throw new NotImplementedException();
Areas\Identity\Pages\V4\Account\Manage\TwoFactorAuthentication.cshtml.cs (2)
53public virtual Task<IActionResult> OnGetAsync() => throw new NotImplementedException(); 59public virtual Task<IActionResult> OnPostAsync() => throw new NotImplementedException();
Areas\Identity\Pages\V4\Account\Register.cshtml.cs (2)
84public virtual Task OnGetAsync([StringSyntax(StringSyntaxAttribute.Uri)] string? returnUrl = null) => throw new NotImplementedException(); 90public virtual Task<IActionResult> OnPostAsync([StringSyntax(StringSyntaxAttribute.Uri)] string? returnUrl = null) => throw new NotImplementedException();
Areas\Identity\Pages\V4\Account\RegisterConfirmation.cshtml.cs (1)
42public virtual Task<IActionResult> OnGetAsync(string email, string? returnUrl = null) => throw new NotImplementedException();
Areas\Identity\Pages\V4\Account\ResendEmailConfirmation.cshtml.cs (2)
48public virtual void OnGet() => throw new NotImplementedException(); 54public virtual Task<IActionResult> OnPostAsync() => throw new NotImplementedException();
Areas\Identity\Pages\V4\Account\ResetPassword.cshtml.cs (2)
72public virtual IActionResult OnGet(string? code = null) => throw new NotImplementedException(); 78public virtual Task<IActionResult> OnPostAsync() => throw new NotImplementedException();
Areas\Identity\Pages\V5\Account\ConfirmEmail.cshtml.cs (1)
31public virtual Task<IActionResult> OnGetAsync(string userId, string code) => throw new NotImplementedException();
Areas\Identity\Pages\V5\Account\ConfirmEmailChange.cshtml.cs (1)
31public virtual Task<IActionResult> OnGetAsync(string userId, string email, string code) => throw new NotImplementedException();
Areas\Identity\Pages\V5\Account\ExternalLogin.cshtml.cs (4)
70public virtual IActionResult OnGet() => throw new NotImplementedException(); 76public virtual IActionResult OnPost(string provider, [StringSyntax(StringSyntaxAttribute.Uri)] string? returnUrl = null) => throw new NotImplementedException(); 82public virtual Task<IActionResult> OnGetCallbackAsync([StringSyntax(StringSyntaxAttribute.Uri)] string? returnUrl = null, string? remoteError = null) => throw new NotImplementedException(); 88public virtual Task<IActionResult> OnPostConfirmationAsync([StringSyntax(StringSyntaxAttribute.Uri)] string? returnUrl = null) => throw new NotImplementedException();
Areas\Identity\Pages\V5\Account\ForgotPassword.cshtml.cs (1)
48public virtual Task<IActionResult> OnPostAsync() => throw new NotImplementedException();
Areas\Identity\Pages\V5\Account\Login.cshtml.cs (2)
83public virtual Task OnGetAsync([StringSyntax(StringSyntaxAttribute.Uri)] string? returnUrl = null) => throw new NotImplementedException(); 89public virtual Task<IActionResult> OnPostAsync([StringSyntax(StringSyntaxAttribute.Uri)] string? returnUrl = null) => throw new NotImplementedException();
Areas\Identity\Pages\V5\Account\LoginWith2fa.cshtml.cs (2)
68public virtual Task<IActionResult> OnGetAsync(bool rememberMe, [StringSyntax(StringSyntaxAttribute.Uri)] string? returnUrl = null) => throw new NotImplementedException(); 74public virtual Task<IActionResult> OnPostAsync(bool rememberMe, [StringSyntax(StringSyntaxAttribute.Uri)] string? returnUrl = null) => throw new NotImplementedException();
Areas\Identity\Pages\V5\Account\LoginWithRecoveryCode.cshtml.cs (2)
55public virtual Task<IActionResult> OnGetAsync([StringSyntax(StringSyntaxAttribute.Uri)] string? returnUrl = null) => throw new NotImplementedException(); 61public virtual Task<IActionResult> OnPostAsync([StringSyntax(StringSyntaxAttribute.Uri)] string? returnUrl = null) => throw new NotImplementedException();
Areas\Identity\Pages\V5\Account\Logout.cshtml.cs (1)
31public virtual Task<IActionResult> OnPost(string? returnUrl = null) => throw new NotImplementedException();
Areas\Identity\Pages\V5\Account\Manage\ChangePassword.cshtml.cs (2)
71public virtual Task<IActionResult> OnGetAsync() => throw new NotImplementedException(); 77public virtual Task<IActionResult> OnPostAsync() => throw new NotImplementedException();
Areas\Identity\Pages\V5\Account\Manage\DeletePersonalData.cshtml.cs (2)
50public virtual Task<IActionResult> OnGet() => throw new NotImplementedException(); 56public virtual Task<IActionResult> OnPostAsync() => throw new NotImplementedException();
Areas\Identity\Pages\V5\Account\Manage\Disable2fa.cshtml.cs (2)
28public virtual Task<IActionResult> OnGet() => throw new NotImplementedException(); 34public virtual Task<IActionResult> OnPostAsync() => throw new NotImplementedException();
Areas\Identity\Pages\V5\Account\Manage\DownloadPersonalData.cshtml.cs (2)
23public virtual IActionResult OnGet() => throw new NotImplementedException(); 29public virtual Task<IActionResult> OnPostAsync() => throw new NotImplementedException();
Areas\Identity\Pages\V5\Account\Manage\Email.cshtml.cs (3)
66public virtual Task<IActionResult> OnGetAsync() => throw new NotImplementedException(); 72public virtual Task<IActionResult> OnPostChangeEmailAsync() => throw new NotImplementedException(); 78public virtual Task<IActionResult> OnPostSendVerificationEmailAsync() => throw new NotImplementedException();
Areas\Identity\Pages\V5\Account\Manage\EnableAuthenticator.cshtml.cs (2)
76public virtual Task<IActionResult> OnGetAsync() => throw new NotImplementedException(); 82public virtual Task<IActionResult> OnPostAsync() => throw new NotImplementedException();
Areas\Identity\Pages\V5\Account\Manage\ExternalLogins.cshtml.cs (4)
47public virtual Task<IActionResult> OnGetAsync() => throw new NotImplementedException(); 53public virtual Task<IActionResult> OnPostRemoveLoginAsync(string loginProvider, string providerKey) => throw new NotImplementedException(); 59public virtual Task<IActionResult> OnPostLinkLoginAsync(string provider) => throw new NotImplementedException(); 65public virtual Task<IActionResult> OnGetLinkLoginCallbackAsync() => throw new NotImplementedException();
Areas\Identity\Pages\V5\Account\Manage\GenerateRecoveryCodes.cshtml.cs (2)
36public virtual Task<IActionResult> OnGetAsync() => throw new NotImplementedException(); 42public virtual Task<IActionResult> OnPostAsync() => throw new NotImplementedException();
Areas\Identity\Pages\V5\Account\Manage\Index.cshtml.cs (2)
56public virtual Task<IActionResult> OnGetAsync() => throw new NotImplementedException(); 62public virtual Task<IActionResult> OnPostAsync() => throw new NotImplementedException();
Areas\Identity\Pages\V5\Account\Manage\PersonalData.cshtml.cs (1)
21public virtual Task<IActionResult> OnGet() => throw new NotImplementedException();
Areas\Identity\Pages\V5\Account\Manage\ResetAuthenticator.cshtml.cs (2)
28public virtual Task<IActionResult> OnGet() => throw new NotImplementedException(); 34public virtual Task<IActionResult> OnPostAsync() => throw new NotImplementedException();
Areas\Identity\Pages\V5\Account\Manage\SetPassword.cshtml.cs (2)
61public virtual Task<IActionResult> OnGetAsync() => throw new NotImplementedException(); 67public virtual Task<IActionResult> OnPostAsync() => throw new NotImplementedException();
Areas\Identity\Pages\V5\Account\Manage\TwoFactorAuthentication.cshtml.cs (2)
53public virtual Task<IActionResult> OnGetAsync() => throw new NotImplementedException(); 59public virtual Task<IActionResult> OnPostAsync() => throw new NotImplementedException();
Areas\Identity\Pages\V5\Account\Register.cshtml.cs (2)
84public virtual Task OnGetAsync([StringSyntax(StringSyntaxAttribute.Uri)] string? returnUrl = null) => throw new NotImplementedException(); 90public virtual Task<IActionResult> OnPostAsync([StringSyntax(StringSyntaxAttribute.Uri)] string? returnUrl = null) => throw new NotImplementedException();
Areas\Identity\Pages\V5\Account\RegisterConfirmation.cshtml.cs (1)
42public virtual Task<IActionResult> OnGetAsync(string email, string? returnUrl = null) => throw new NotImplementedException();
Areas\Identity\Pages\V5\Account\ResendEmailConfirmation.cshtml.cs (2)
48public virtual void OnGet() => throw new NotImplementedException(); 54public virtual Task<IActionResult> OnPostAsync() => throw new NotImplementedException();
Areas\Identity\Pages\V5\Account\ResetPassword.cshtml.cs (2)
72public virtual IActionResult OnGet(string? code = null) => throw new NotImplementedException(); 78public virtual Task<IActionResult> OnPostAsync() => throw new NotImplementedException();
Microsoft.AspNetCore.InternalTesting (3)
Logging\LogValuesAssert.cs (1)
70throw new NotImplementedException();
xunit\MaximumOSVersionAttribute.cs (1)
32throw new NotImplementedException("Max version support is only implemented for Windows.");
xunit\MinimumOsVersionAttribute.cs (1)
32throw new NotImplementedException("Min version support is only implemented for Windows.");
Microsoft.AspNetCore.JsonPatch.Tests (2)
IntegrationTests\HeterogenousCollectionTests.cs (1)
70throw new NotImplementedException();
TestObjectModels\HeterogenousCollection.cs (1)
56throw new NotImplementedException();
Microsoft.AspNetCore.Mvc.Abstractions (3)
ModelBinding\ModelMetadata.cs (3)
79throw new NotImplementedException(); 816throw new NotImplementedException(); 822throw new NotImplementedException();
Microsoft.AspNetCore.Mvc.Abstractions.Test (49)
ModelBinding\ModelMetadataTest.cs (49)
61throw new NotImplementedException(); 467throw new NotImplementedException(); 475throw new NotImplementedException(); 483throw new NotImplementedException(); 491throw new NotImplementedException(); 499throw new NotImplementedException(); 507throw new NotImplementedException(); 515throw new NotImplementedException(); 523throw new NotImplementedException(); 544throw new NotImplementedException(); 552throw new NotImplementedException(); 560throw new NotImplementedException(); 568throw new NotImplementedException(); 576throw new NotImplementedException(); 584throw new NotImplementedException(); 592throw new NotImplementedException(); 600throw new NotImplementedException(); 608throw new NotImplementedException(); 616throw new NotImplementedException(); 624throw new NotImplementedException(); 632throw new NotImplementedException(); 640throw new NotImplementedException(); 648throw new NotImplementedException(); 656throw new NotImplementedException(); 664throw new NotImplementedException(); 672throw new NotImplementedException(); 680throw new NotImplementedException(); 688throw new NotImplementedException(); 696throw new NotImplementedException(); 704throw new NotImplementedException(); 712throw new NotImplementedException(); 720throw new NotImplementedException(); 728throw new NotImplementedException(); 736throw new NotImplementedException(); 744throw new NotImplementedException(); 752throw new NotImplementedException(); 760throw new NotImplementedException(); 764public override ModelMetadata BoundConstructor => throw new NotImplementedException(); 766public override Func<object[], object> BoundConstructorInvoker => throw new NotImplementedException(); 768public override IReadOnlyList<ModelMetadata> BoundConstructorParameters => throw new NotImplementedException(); 777throw new NotImplementedException(); 785throw new NotImplementedException(); 791throw new NotImplementedException(); 796throw new NotImplementedException(); 801throw new NotImplementedException(); 806throw new NotImplementedException(); 811throw new NotImplementedException(); 816throw new NotImplementedException(); 821throw new NotImplementedException();
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (6)
DefaultApiDescriptionProviderTest.cs (2)
2845throw new NotImplementedException(); 2871throw new NotImplementedException();
EndpointMetadataApiDescriptionProviderTest.cs (4)
1748throw new NotImplementedException(); 1754throw new NotImplementedException(); 1760throw new NotImplementedException(); 1762throw new NotImplementedException();
Microsoft.AspNetCore.Mvc.Core (4)
ModelBinding\Validation\DefaultComplexObjectValidationStrategy.cs (1)
131throw new NotImplementedException();
ModelBinding\Validation\ExplicitIndexCollectionValidationStrategy.cs (1)
110throw new NotImplementedException();
ModelBinding\Validation\ShortFormDictionaryValidationStrategy.cs (1)
116throw new NotImplementedException();
Routing\AttributeRoute.cs (1)
299throw new NotImplementedException();
Microsoft.AspNetCore.Mvc.Core.Test (77)
ActionConstraints\ActionConstraintCacheTest.cs (2)
132throw new NotImplementedException(); 138throw new NotImplementedException();
ApplicationModels\DefaultApplicationModelProviderTest.cs (8)
1436throw new NotImplementedException(); 1444throw new NotImplementedException(); 1484throw new NotImplementedException(); 1795throw new NotImplementedException(); 1800throw new NotImplementedException(); 1864throw new NotImplementedException(); 1869throw new NotImplementedException(); 1874throw new NotImplementedException();
ApplicationModels\EndpointMetadataProviderTest.cs (4)
412public Task ExecuteAsync(HttpContext httpContext) => throw new NotImplementedException(); 421public Task ExecuteResultAsync(ActionContext context) => throw new NotImplementedException(); 451public Task ExecuteAsync(HttpContext httpContext) => throw new NotImplementedException(); 471public Task ExecuteResultAsync(ActionContext context) => throw new NotImplementedException();
ApplicationModels\InferParameterBindingInfoConventionTest.cs (1)
1155throw new NotImplementedException();
ControllerBaseTest.cs (1)
3275throw new NotImplementedException();
Controllers\ControllerBinderDelegateProviderTest.cs (1)
1469throw new NotImplementedException();
DependencyInjection\ApplicationModelConventionExtensionsTest.cs (2)
385throw new NotImplementedException(); 393throw new NotImplementedException();
Filters\MiddlewareFilterTest.cs (1)
481throw new NotImplementedException("This filter should not have been run!");
Formatters\FormatterCollectionTest.cs (2)
52throw new NotImplementedException(); 60throw new NotImplementedException();
Formatters\InputFormatterTest.cs (2)
436throw new NotImplementedException(); 451throw new NotImplementedException();
Formatters\JsonOutputFormatterTestBase.cs (1)
224throw new NotImplementedException($"Property {nameof(Age)} has not been implemented");
Formatters\OutputFormatterTests.cs (1)
198throw new NotImplementedException();
Formatters\SystemTextJsonInputFormatterTest.cs (3)
43throw new NotImplementedException(); 230throw new NotImplementedException(); 243throw new NotImplementedException();
Formatters\SystemTextJsonOutputFormatterTest.cs (1)
326throw new NotImplementedException();
Infrastructure\ActionResultTypeMapperTest.cs (1)
109public Task ExecuteAsync(HttpContext httpContext) => throw new NotImplementedException();
Infrastructure\ControllerActionInvokerTest.cs (3)
1865throw new NotImplementedException("Not Implemented Exception"); 1871throw new NotImplementedException("Not Implemented Exception"); 1909throw new NotImplementedException();
Infrastructure\DefaultOutputFormatterSelectorTest.cs (1)
388throw new NotImplementedException();
Infrastructure\FileStreamResultExecutorTest.cs (6)
43public override long Length => throw new NotImplementedException(); 45public override long Position { get => throw new NotImplementedException(); set => throw new NotImplementedException(); } 54public override long Seek(long offset, SeekOrigin origin) => throw new NotImplementedException(); 56public override void SetLength(long value) => throw new NotImplementedException(); 58public override void Write(byte[] buffer, int offset, int count) => throw new NotImplementedException();
Infrastructure\JsonResultExecutorTestBase.cs (1)
509throw new NotImplementedException($"Property {nameof(Age)} has not been implemented");
Infrastructure\ObjectResultExecutorTest.cs (1)
494throw new NotImplementedException();
Infrastructure\SystemTextJsonResultExecutorTest.cs (1)
51throw new NotImplementedException();
ModelBinding\Binders\BodyModelBinderProviderTest.cs (2)
153throw new NotImplementedException(); 158throw new NotImplementedException();
ModelBinding\BindingSourceValueProviderTest.cs (2)
84throw new NotImplementedException(); 89throw new NotImplementedException();
ModelBinding\DefaultModelBindingContextTest.cs (1)
190throw new NotImplementedException();
ModelBinding\Metadata\DefaultValidationMetadataProviderTest.cs (4)
181throw new NotImplementedException(); 189throw new NotImplementedException(); 197throw new NotImplementedException(); 202throw new NotImplementedException();
ModelBinding\ModelBinderFactoryTest.cs (2)
655throw new NotImplementedException(); 667throw new NotImplementedException();
ModelBinding\ModelBinderProviderExtensionsTest.cs (2)
50throw new NotImplementedException(); 58throw new NotImplementedException();
ModelBinding\ModelBindingHelperTest.cs (1)
798throw new NotImplementedException();
ModelBinding\Validation\DefaultModelValidatorProviderTest.cs (1)
206throw new NotImplementedException();
ModelBinding\Validation\ModelValidatorProviderExtensionsTest.cs (2)
50throw new NotImplementedException(); 58throw new NotImplementedException();
ModelBinding\ValueProviderFactoryExtensionsTest.cs (2)
50throw new NotImplementedException(); 58throw new NotImplementedException();
Routing\UrlHelperBaseTest.cs (2)
145throw new NotImplementedException(); 150throw new NotImplementedException();
ServiceFilterAttributeTest.cs (1)
52public bool IsReusable => throw new NotImplementedException();
src\Shared\ResultsTests\PhysicalFileResultTestBase.cs (5)
429public Stream Stream => throw new NotImplementedException(); 431public PipeWriter Writer => throw new NotImplementedException(); 435throw new NotImplementedException(); 440throw new NotImplementedException(); 454throw new NotImplementedException();
src\Shared\ResultsTests\VirtualFileResultTestBase.cs (5)
532public Stream Stream => throw new NotImplementedException(); 534public PipeWriter Writer => throw new NotImplementedException(); 538throw new NotImplementedException(); 543throw new NotImplementedException(); 558throw new NotImplementedException();
TypeFilterAttributeTest.cs (1)
106public bool IsReusable => throw new NotImplementedException();
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (3)
DataAnnotationsMetadataProviderTest.cs (1)
1765throw new NotImplementedException();
DefaultModelClientValidatorProviderTest.cs (1)
231throw new NotImplementedException();
ValidationAttributeAdapterOfTAttributeTest.cs (1)
61throw new NotImplementedException();
Microsoft.AspNetCore.Mvc.Formatters.Xml (1)
DelegatingEnumerable.cs (1)
66throw new NotImplementedException();
Microsoft.AspNetCore.Mvc.IntegrationTests (42)
AuthorizeFilterIntegrationTest.cs (1)
193throw new NotImplementedException();
CollectionModelBinderIntegrationTest.cs (26)
1240throw new NotImplementedException(); 1264throw new NotImplementedException(); 1269throw new NotImplementedException(); 1284throw new NotImplementedException(); 1296throw new NotImplementedException(); 1301throw new NotImplementedException(); 1309throw new NotImplementedException(); 1333throw new NotImplementedException(); 1338throw new NotImplementedException(); 1353throw new NotImplementedException(); 1358throw new NotImplementedException(); 1363throw new NotImplementedException(); 1368throw new NotImplementedException(); 1380throw new NotImplementedException(); 1404throw new NotImplementedException(); 1409throw new NotImplementedException(); 1424throw new NotImplementedException(); 1436throw new NotImplementedException(); 1441throw new NotImplementedException(); 1449throw new NotImplementedException(); 1473throw new NotImplementedException(); 1478throw new NotImplementedException(); 1493throw new NotImplementedException(); 1498throw new NotImplementedException(); 1503throw new NotImplementedException(); 1508throw new NotImplementedException();
DictionaryModelBinderIntegrationTest.cs (14)
1524throw new NotImplementedException(); 1572throw new NotImplementedException(); 1582throw new NotImplementedException(); 1587throw new NotImplementedException(); 1592throw new NotImplementedException(); 1607throw new NotImplementedException(); 1612throw new NotImplementedException(); 1629throw new NotImplementedException(); 1677throw new NotImplementedException(); 1687throw new NotImplementedException(); 1692throw new NotImplementedException(); 1697throw new NotImplementedException(); 1712throw new NotImplementedException(); 1717throw new NotImplementedException();
ModelBindingTestHelper.cs (1)
212public CancellationToken RequestAborted { get => _cts.Token; set => throw new NotImplementedException(); }
Microsoft.AspNetCore.Mvc.Localization.Test (14)
MvcLocalizationServiceCollectionExtensionsTest.cs (14)
74public LocalizedHtmlString this[string name] => throw new NotImplementedException(); 77=> throw new NotImplementedException(); 81throw new NotImplementedException(); 86throw new NotImplementedException(); 91throw new NotImplementedException(); 97throw new NotImplementedException(); 103public LocalizedHtmlString this[string name] => throw new NotImplementedException(); 106=> throw new NotImplementedException(); 110throw new NotImplementedException(); 115throw new NotImplementedException(); 120throw new NotImplementedException(); 126throw new NotImplementedException(); 134throw new NotImplementedException(); 139throw new NotImplementedException();
Microsoft.AspNetCore.Mvc.NewtonsoftJson.Test (4)
DependencyInjection\MvcNewtonsoftJsonOptionsExtensionsTest.cs (1)
267throw new NotImplementedException();
NewtonsoftJsonInputFormatterTest.cs (1)
677throw new NotImplementedException();
src\Mvc\Mvc.Core\test\Formatters\JsonOutputFormatterTestBase.cs (1)
224throw new NotImplementedException($"Property {nameof(Age)} has not been implemented");
src\Mvc\Mvc.Core\test\Infrastructure\JsonResultExecutorTestBase.cs (1)
509throw new NotImplementedException($"Property {nameof(Age)} has not been implemented");
Microsoft.AspNetCore.Mvc.Razor.Test (10)
Compilation\DefaultRazorPageFactoryProviderTest.cs (1)
114throw new NotImplementedException();
RazorPageActivatorTest.cs (4)
293throw new NotImplementedException(); 306throw new NotImplementedException(); 322throw new NotImplementedException(); 333throw new NotImplementedException();
RazorPageCreateModelExpressionTest.cs (4)
347throw new NotImplementedException(); 370throw new NotImplementedException(); 378throw new NotImplementedException(); 388throw new NotImplementedException();
RazorPageCreateTagHelperTest.cs (1)
113throw new NotImplementedException();
Microsoft.AspNetCore.Mvc.RazorPages.Test (45)
ApplicationModels\AuthorizationPageApplicationModelProviderTest.cs (4)
42public override Task ExecuteAsync() => throw new NotImplementedException(); 95public override Task ExecuteAsync() => throw new NotImplementedException(); 138public override Task ExecuteAsync() => throw new NotImplementedException(); 177public override Task ExecuteAsync() => throw new NotImplementedException();
ApplicationModels\DefaultPageApplicationModelProviderTest.cs (22)
39throw new NotImplementedException(); 44throw new NotImplementedException(); 49throw new NotImplementedException(); 54throw new NotImplementedException(); 78public override Task ExecuteAsync() => throw new NotImplementedException(); 103public override Task ExecuteAsync() => throw new NotImplementedException(); 128public override Task ExecuteAsync() => throw new NotImplementedException(); 178public override Task ExecuteAsync() => throw new NotImplementedException(); 219public override Task ExecuteAsync() => throw new NotImplementedException(); 264public override Task ExecuteAsync() => throw new NotImplementedException(); 502throw new NotImplementedException(); 524throw new NotImplementedException(); 558public override Task ExecuteAsync() => throw new NotImplementedException(); 613public override Task ExecuteAsync() => throw new NotImplementedException(); 654public override Task ExecuteAsync() => throw new NotImplementedException(); 1049public override Task ExecuteAsync() => throw new NotImplementedException(); 1066public override Task ExecuteAsync() => throw new NotImplementedException(); 1150throw new NotImplementedException(); 1155throw new NotImplementedException(); 1181throw new NotImplementedException(); 1186throw new NotImplementedException(); 1191throw new NotImplementedException();
ApplicationModels\ResponseCacheFilterApplicationModelProviderTest.cs (3)
41public override Task ExecuteAsync() => throw new NotImplementedException(); 83public override Task ExecuteAsync() => throw new NotImplementedException(); 129public override Task ExecuteAsync() => throw new NotImplementedException();
Builder\PageActionEndpointConventionBuilderResourceCollectionExtensionsTest.cs (1)
255throw new NotImplementedException();
Infrastructure\DefaultPageActivatorProviderTest.cs (3)
195throw new NotImplementedException(); 213throw new NotImplementedException(); 225throw new NotImplementedException();
Infrastructure\DefaultPageFactoryProviderTest.cs (5)
434throw new NotImplementedException(); 445throw new NotImplementedException(); 456throw new NotImplementedException(); 479throw new NotImplementedException(); 502throw new NotImplementedException();
Infrastructure\ExecutorFactoryTest.cs (2)
262throw new NotImplementedException(); 320throw new NotImplementedException();
Infrastructure\PageActionInvokerTest.cs (1)
1715throw new NotImplementedException();
PageModelTest.cs (1)
2089throw new NotImplementedException();
PageTest.cs (3)
1912throw new NotImplementedException(); 1920throw new NotImplementedException(); 1938throw new NotImplementedException();
Microsoft.AspNetCore.Mvc.TagHelpers.Test (16)
LinkTagHelperTest.cs (16)
1224throw new NotImplementedException(); 1229throw new NotImplementedException(); 1234throw new NotImplementedException(); 1239throw new NotImplementedException(); 1244throw new NotImplementedException(); 1249throw new NotImplementedException(); 1254throw new NotImplementedException(); 1259throw new NotImplementedException(); 1264throw new NotImplementedException(); 1269throw new NotImplementedException(); 1274throw new NotImplementedException(); 1279throw new NotImplementedException(); 1290throw new NotImplementedException(); 1295throw new NotImplementedException(); 1300throw new NotImplementedException(); 1305throw new NotImplementedException();
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (36)
ControllerTest.cs (1)
480throw new NotImplementedException();
DefaultEditorTemplatesTest.cs (23)
1419throw new NotImplementedException(); 1424throw new NotImplementedException(); 1435throw new NotImplementedException(); 1445throw new NotImplementedException(); 1459throw new NotImplementedException(); 1464throw new NotImplementedException(); 1469throw new NotImplementedException(); 1492throw new NotImplementedException(); 1502throw new NotImplementedException(); 1507throw new NotImplementedException(); 1512throw new NotImplementedException(); 1517throw new NotImplementedException(); 1522throw new NotImplementedException(); 1532throw new NotImplementedException(); 1542throw new NotImplementedException(); 1547throw new NotImplementedException(); 1555throw new NotImplementedException(); 1570throw new NotImplementedException(); 1575throw new NotImplementedException(); 1580throw new NotImplementedException(); 1592throw new NotImplementedException(); 1616throw new NotImplementedException(); 1621throw new NotImplementedException();
PageRemoteAttributeTest.cs (4)
241throw new NotImplementedException(); 246throw new NotImplementedException(); 251throw new NotImplementedException(); 256throw new NotImplementedException();
RemoteAttributeTest.cs (4)
516throw new NotImplementedException(); 521throw new NotImplementedException(); 526throw new NotImplementedException(); 531throw new NotImplementedException();
ViewComponents\DefaultViewComponentActivatorTests.cs (1)
103throw new NotImplementedException();
ViewEngines\CompositeViewEngineTest.cs (2)
442throw new NotImplementedException(); 447throw new NotImplementedException();
ViewExecutorTest.cs (1)
88throw new NotImplementedException("This should be raw!");
Microsoft.AspNetCore.Mvc.Views.TestCommon (7)
TestDirectoryFileInfo.cs (1)
18public DateTimeOffset LastModified => throw new NotImplementedException();
TestFileProvider.cs (6)
138throw new NotImplementedException(); 146throw new NotImplementedException(); 154throw new NotImplementedException(); 162throw new NotImplementedException(); 170throw new NotImplementedException(); 176throw new NotImplementedException();
Microsoft.AspNetCore.OpenApi.Tests (6)
Services\OpenApiGeneratorTests.cs (5)
1077throw new NotImplementedException(); 1083throw new NotImplementedException(); 1093throw new NotImplementedException(); 1095throw new NotImplementedException(); 1145throw new NotImplementedException();
Services\OpenApiSchemaService\OpenApiSchemaService.ParameterSchemas.cs (1)
578throw new NotImplementedException();
Microsoft.AspNetCore.OutputCaching.Tests (1)
TestUtils.cs (1)
335throw new NotImplementedException();
Microsoft.AspNetCore.Owin (5)
OwinEnvironment.cs (4)
188get { throw new NotImplementedException(); } 241throw new NotImplementedException(); 252throw new NotImplementedException(); 283throw new NotImplementedException();
OwinFeatureCollection.cs (1)
280throw new NotImplementedException();
Microsoft.AspNetCore.RateLimiting.Tests (5)
TestPartitionedRateLimiter.cs (1)
31throw new NotImplementedException();
TestRateLimiter.cs (2)
17public override TimeSpan? IdleDuration => throw new NotImplementedException(); 21throw new NotImplementedException();
TestRateLimitLease.cs (2)
20public override IEnumerable<string> MetadataNames => throw new NotImplementedException(); 24throw new NotImplementedException();
Microsoft.AspNetCore.ResponseCaching.Microbenchmarks (3)
ResponseCachingBenchmark.cs (3)
127throw new NotImplementedException(); 132throw new NotImplementedException(); 137throw new NotImplementedException();
Microsoft.AspNetCore.ResponseCaching.Tests (1)
TestUtils.cs (1)
363throw new NotImplementedException();
Microsoft.AspNetCore.Rewrite (5)
ApacheModRewrite\FileParser.cs (2)
38throw new NotImplementedException("RewriteBase is not implemented"); 86throw new NotImplementedException("RewriteMap are not implemented");
ApacheModRewrite\RuleBuilder.cs (1)
138throw new NotImplementedException("Symbolic links are not supported because " +
ApacheModRewrite\ServerVariables.cs (1)
50throw new NotImplementedException(Resources.FormatError_UnsupportedServerVariable(serverVariable));
ApacheModRewrite\TestStringParser.cs (1)
113throw new NotImplementedException("Segmented Lookups no implemented");
Microsoft.AspNetCore.Routing (2)
IHttpMethodMetadata.cs (1)
17set => throw new NotImplementedException();
Matching\EndpointComparer.cs (1)
89throw new System.NotImplementedException();
Microsoft.AspNetCore.Routing.Microbenchmarks (12)
EndpointRoutingShortCircuitBenchmark.cs (4)
100public IServiceProvider ServiceProvider => throw new NotImplementedException(); 106throw new NotImplementedException(); 111public override IReadOnlyList<Endpoint> Endpoints => throw new NotImplementedException(); 115throw new NotImplementedException();
Matching\MatcherBuilderMultipleEntryBenchmark.cs (6)
118throw new NotImplementedException(); 123throw new NotImplementedException(); 140throw new NotImplementedException(); 145throw new NotImplementedException(); 164throw new NotImplementedException(); 181throw new NotImplementedException();
src\Http\Routing\test\UnitTests\Matching\RouteMatcherBuilder.cs (1)
92throw new NotImplementedException();
src\Http\Routing\test\UnitTests\Matching\TreeRouterMatcherBuilder.cs (1)
94throw new NotImplementedException();
Microsoft.AspNetCore.Routing.Tests (17)
Builder\GroupTest.cs (1)
394public override IChangeToken GetChangeToken() => throw new NotImplementedException();
Builder\OpenApiRouteHandlerBuilderExtensionsTest.cs (1)
163public override Endpoint Build() => throw new NotImplementedException();
Builder\RequestDelegateEndpointRouteBuilderExtensionsTest.cs (1)
558public Task ExecuteAsync(HttpContext httpContext) => throw new NotImplementedException();
EndpointMiddlewareTest.cs (1)
420throw new NotImplementedException();
InlineRouteParameterParserTests.cs (1)
983throw new NotImplementedException();
MatcherPolicyTest.cs (1)
82public override int Order => throw new System.NotImplementedException();
Matching\DataSourceDependentMatcherTest.cs (1)
259throw new NotImplementedException();
Matching\DfaMatcherBuilderTest.cs (3)
3598throw new NotImplementedException(); 3640throw new NotImplementedException(); 3666throw new NotImplementedException();
Matching\RouteMatcherBuilder.cs (1)
92throw new NotImplementedException();
Matching\TreeRouterMatcherBuilder.cs (1)
94throw new NotImplementedException();
Patterns\RoutePatternParserTest.cs (2)
750throw new NotImplementedException(); 755throw new NotImplementedException();
RouteOptionsTests.cs (1)
74throw new NotImplementedException();
RouterMiddlewareTest.cs (1)
151throw new NotImplementedException();
Template\TemplateParserTests.cs (1)
904throw new NotImplementedException();
Microsoft.AspNetCore.Server.HttpSys (2)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (2)
2791_ => throw new NotImplementedException() 2837_ => throw new NotImplementedException()
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (6)
AuthenticationTests.cs (2)
53throw new NotImplementedException(); 134throw new NotImplementedException();
Http2Tests.cs (1)
72throw new NotImplementedException();
RequestTests.cs (2)
471throw new NotImplementedException(); 493throw new NotImplementedException();
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
183throw new NotImplementedException(_state.ToString());
Microsoft.AspNetCore.Server.IIS (3)
src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs (1)
438_ => throw new NotImplementedException(input.ToString()),
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (2)
2791_ => throw new NotImplementedException() 2837_ => throw new NotImplementedException()
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Common\RuntimeArchitectures.cs (1)
21_ => throw new NotImplementedException($"Unknown RuntimeInformation.OSArchitecture: {RuntimeInformation.OSArchitecture.ToString()}"),
Microsoft.AspNetCore.Server.Kestrel.Core (21)
Internal\Http\Http1ParsingHandler.cs (2)
52throw new NotImplementedException(); 57throw new NotImplementedException();
Internal\Http\HttpHeaders.cs (8)
161{ throw new NotImplementedException(); } 164{ throw new NotImplementedException(); } 167{ throw new NotImplementedException(); } 170{ throw new NotImplementedException(); } 173{ throw new NotImplementedException(); } 176{ throw new NotImplementedException(); } 179{ throw new NotImplementedException(); } 182{ throw new NotImplementedException(); }
Internal\Http2\Http2OutputProducer.cs (2)
567throw new NotImplementedException(); 572throw new NotImplementedException();
Internal\Http3\Http3OutputProducer.cs (2)
164throw new NotImplementedException(); 325throw new NotImplementedException();
Internal\Http3\QPack\DynamicTable.cs (1)
42throw new NotImplementedException();
KestrelServer.cs (4)
90throw new NotImplementedException(); // Not actually required by this impl, which never provides an IMultiplexedConnectionListenerFactory 105throw new NotImplementedException(); // Not actually required by this impl 110throw new NotImplementedException(); // Not actually required by this impl 115throw new NotImplementedException(); // Not actually required by this impl
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
183throw new NotImplementedException(_state.ToString());
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (1)
234throw new NotImplementedException(_state.ToString());
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (29)
BodyControlTests.cs (5)
151throw new NotImplementedException(); 156throw new NotImplementedException(); 161throw new NotImplementedException(); 166throw new NotImplementedException(); 171throw new NotImplementedException();
Http3\Http3HttpProtocolFeatureCollectionTests.cs (3)
92throw new NotImplementedException(); 97throw new NotImplementedException(); 102throw new NotImplementedException();
HttpParserTests.cs (2)
945throw new NotImplementedException(); 950throw new NotImplementedException();
LoggingStreamTests.cs (1)
61throw new NotImplementedException();
MessageBodyTests.cs (12)
1427throw new NotImplementedException(); 1432throw new NotImplementedException(); 1437throw new NotImplementedException(); 1442throw new NotImplementedException(); 1447throw new NotImplementedException(); 1452throw new NotImplementedException(); 1466throw new NotImplementedException(); 1471throw new NotImplementedException(); 1476throw new NotImplementedException(); 1481throw new NotImplementedException(); 1486throw new NotImplementedException(); 1492throw new NotImplementedException();
SniOptionsSelectorTests.cs (2)
939public override IDuplexPipe Transport { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
src\Servers\Kestrel\shared\test\LifetimeNotImplemented.cs (4)
16throw new NotImplementedException(); 24throw new NotImplementedException(); 32throw new NotImplementedException(); 38throw new NotImplementedException();
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (7)
Http1ConnectionBenchmark.cs (2)
116throw new NotImplementedException(); 121throw new NotImplementedException();
HttpParserBenchmark.cs (4)
115throw new NotImplementedException(); 120throw new NotImplementedException(); 143throw new NotImplementedException(); 148throw new NotImplementedException();
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
1196throw new NotImplementedException();
Microsoft.AspNetCore.Server.Kestrel.Tests (2)
KestrelConfigurationLoaderTests.cs (2)
68.Endpoint("NotFound", endpointOptions => throw new NotImplementedException()) 1580.Endpoint("NotFound", endpointOptions => throw new NotImplementedException())
Microsoft.AspNetCore.Shared.Tests (38)
ClosedGenericMatcherTest.cs (24)
209throw new NotImplementedException(); 214throw new NotImplementedException(); 219throw new NotImplementedException(); 227throw new NotImplementedException(); 232throw new NotImplementedException(); 242throw new NotImplementedException(); 247throw new NotImplementedException(); 255throw new NotImplementedException(); 263throw new NotImplementedException(); 271throw new NotImplementedException(); 279throw new NotImplementedException(); 285throw new NotImplementedException(); 290throw new NotImplementedException(); 295throw new NotImplementedException(); 300throw new NotImplementedException(); 305throw new NotImplementedException(); 310throw new NotImplementedException(); 315throw new NotImplementedException(); 320throw new NotImplementedException(); 325throw new NotImplementedException(); 330throw new NotImplementedException(); 335throw new NotImplementedException(); 340throw new NotImplementedException(); 352throw new NotImplementedException();
ObjectMethodExecutorTest.cs (7)
442throw new NotImplementedException("Not Implemented Exception"); 489throw new NotImplementedException("Not Implemented Exception"); 495throw new NotImplementedException("Not Implemented Exception"); 501throw new NotImplementedException("Not Implemented Exception"); 507throw new NotImplementedException("Not Implemented Exception"); 517throw new NotImplementedException("Not Implemented Exception"); 524throw new NotImplementedException("Not Implemented Exception");
PropertyHelperTest.cs (2)
740public Span<bool> Span => throw new NotImplementedException(); 741public MyRefStruct UserDefined => throw new NotImplementedException();
src\Shared\HttpSys\RequestProcessing\NativeRequestContext.cs (1)
438_ => throw new NotImplementedException(input.ToString()),
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (2)
2791_ => throw new NotImplementedException() 2837_ => throw new NotImplementedException()
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
183throw new NotImplementedException(_state.ToString());
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (1)
234throw new NotImplementedException(_state.ToString());
Microsoft.AspNetCore.SignalR.Client.Core (3)
src\SignalR\common\Shared\MessageBuffer.cs (3)
443throw new NotImplementedException(); 477object IEnumerator.Current => throw new NotImplementedException(); 514throw new NotImplementedException();
Microsoft.AspNetCore.SignalR.Client.Tests (8)
HttpConnectionTests.Transport.cs (8)
569public override long Length => throw new NotImplementedException(); 570public override long Position { get => throw new NotImplementedException(); set => throw new NotImplementedException(); } 573throw new NotImplementedException(); 580throw new NotImplementedException(); 590throw new NotImplementedException(); 594throw new NotImplementedException(); 598throw new NotImplementedException();
Microsoft.AspNetCore.SignalR.Common.Tests (1)
Internal\Protocol\CompositeTestBinder.cs (1)
43throw new NotImplementedException();
Microsoft.AspNetCore.SignalR.Core (8)
HubLifetimeManager.cs (2)
149throw new NotImplementedException($"{GetType().Name} does not support client return values."); 160throw new NotImplementedException($"{GetType().Name} does not support client return values.");
Internal\NonInvokingSingleClientProxy.cs (1)
21throw new NotImplementedException($"The default implementation of {_memberName} does not support client return results.");
src\SignalR\common\Shared\ClientResultsManager.cs (2)
104throw new NotImplementedException(); 110throw new NotImplementedException();
src\SignalR\common\Shared\MessageBuffer.cs (3)
443throw new NotImplementedException(); 477object IEnumerator.Current => throw new NotImplementedException(); 514throw new NotImplementedException();
Microsoft.AspNetCore.SignalR.Microbenchmarks (6)
Shared\TestPipeReader.cs (3)
27throw new NotImplementedException(); 32throw new NotImplementedException(); 50throw new NotImplementedException();
Shared\TestPipeWriter.cs (2)
31throw new NotImplementedException(); 36throw new NotImplementedException();
TestBinder.cs (1)
61throw new NotImplementedException();
Microsoft.AspNetCore.SignalR.Specification.Tests (1)
src\SignalR\common\testassets\Tests.Utils\TestClient.cs (1)
379throw new NotImplementedException();
Microsoft.AspNetCore.SignalR.StackExchangeRedis (4)
RedisHubLifetimeManager.cs (2)
720throw new NotImplementedException(); 730throw new NotImplementedException();
src\SignalR\common\Shared\ClientResultsManager.cs (2)
104throw new NotImplementedException(); 110throw new NotImplementedException();
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (60)
DefaultHubMessageSerializerTests.cs (6)
141public int Version => throw new NotImplementedException(); 143public TransferFormat TransferFormat => throw new NotImplementedException(); 147throw new NotImplementedException(); 152throw new NotImplementedException(); 157throw new NotImplementedException(); 162throw new NotImplementedException();
TestConnectionMultiplexer.cs (54)
15public string ClientName => throw new NotImplementedException(); 17public string Configuration => throw new NotImplementedException(); 19public int TimeoutMilliseconds => throw new NotImplementedException(); 21public long OperationCount => throw new NotImplementedException(); 23public bool PreserveAsyncOrder { get => throw new NotImplementedException(); set => throw new NotImplementedException(); } 27public bool IncludeDetailInExceptions { get => throw new NotImplementedException(); set => throw new NotImplementedException(); } 28public int StormLogThreshold { get => throw new NotImplementedException(); set => throw new NotImplementedException(); } 30public bool IsConnecting => throw new NotImplementedException(); 89throw new NotImplementedException(); 94throw new NotImplementedException(); 99throw new NotImplementedException(); 104throw new NotImplementedException(); 109throw new NotImplementedException(); 114throw new NotImplementedException(); 119throw new NotImplementedException(); 124throw new NotImplementedException(); 129throw new NotImplementedException(); 134throw new NotImplementedException(); 139throw new NotImplementedException(); 144throw new NotImplementedException(); 149throw new NotImplementedException(); 154throw new NotImplementedException(); 159throw new NotImplementedException(); 164throw new NotImplementedException(); 169throw new NotImplementedException(); 179throw new NotImplementedException(); 184throw new NotImplementedException(); 189throw new NotImplementedException(); 194throw new NotImplementedException(); 199throw new NotImplementedException(); 204throw new NotImplementedException(); 209throw new NotImplementedException(); 214throw new NotImplementedException(); 219throw new NotImplementedException(); 224throw new NotImplementedException(); 229throw new NotImplementedException(); 307public ConnectionMultiplexer Multiplexer => throw new NotImplementedException(); 309IConnectionMultiplexer IRedisAsync.Multiplexer => throw new NotImplementedException(); 319throw new NotImplementedException(); 324throw new NotImplementedException(); 329throw new NotImplementedException(); 334throw new NotImplementedException(); 339throw new NotImplementedException(); 359throw new NotImplementedException(); 372throw new NotImplementedException(); 377throw new NotImplementedException(); 389throw new NotImplementedException(); 394throw new NotImplementedException(); 407throw new NotImplementedException(); 412throw new NotImplementedException(); 417throw new NotImplementedException();
Microsoft.AspNetCore.SignalR.Tests (51)
AddSignalRTests.cs (29)
216throw new System.NotImplementedException(); 222public IReadOnlyList<IHubProtocol> AllProtocols => throw new System.NotImplementedException(); 226throw new System.NotImplementedException(); 234throw new System.NotImplementedException(); 239throw new System.NotImplementedException(); 245public IHubClients Clients => throw new System.NotImplementedException(); 247public IGroupManager Groups => throw new System.NotImplementedException(); 254public IHubClients<T> Clients => throw new System.NotImplementedException(); 256public IGroupManager Groups => throw new System.NotImplementedException(); 263throw new System.NotImplementedException(); 268throw new System.NotImplementedException(); 273throw new System.NotImplementedException(); 278throw new System.NotImplementedException(); 283throw new System.NotImplementedException(); 288throw new System.NotImplementedException(); 293throw new System.NotImplementedException(); 298throw new System.NotImplementedException(); 303throw new System.NotImplementedException(); 308throw new System.NotImplementedException(); 313throw new System.NotImplementedException(); 318throw new System.NotImplementedException(); 323throw new System.NotImplementedException(); 332public int Version => throw new NotImplementedException(); 334public TransferFormat TransferFormat => throw new NotImplementedException(); 338throw new NotImplementedException(); 343throw new NotImplementedException(); 348throw new NotImplementedException(); 353throw new NotImplementedException(); 361throw new NotImplementedException();
ClientProxyTests.cs (13)
224throw new NotImplementedException(); 229throw new NotImplementedException(); 234throw new NotImplementedException(); 239throw new NotImplementedException(); 244throw new NotImplementedException(); 249throw new NotImplementedException(); 254throw new NotImplementedException(); 259throw new NotImplementedException(); 264throw new NotImplementedException(); 269throw new NotImplementedException(); 274throw new NotImplementedException(); 279throw new NotImplementedException(); 284throw new NotImplementedException();
HubConnectionHandlerTests.ClientResult.cs (2)
335throw new NotImplementedException(); 523public Type GetStreamItemType(string streamId) => throw new NotImplementedException();
HubConnectionHandlerTests.cs (2)
2265public CancellationToken ConnectionClosedRequested { get => _cts.Token; set => throw new NotImplementedException(); } 5251throw new NotImplementedException();
HubConnectionHandlerTestUtils\Hubs.cs (3)
883throw new NotImplementedException(); 889throw new NotImplementedException(); 1191public int Current => throw new NotImplementedException();
Internal\ReflectionHelperTests.cs (2)
72throw new NotImplementedException(); 80throw new NotImplementedException();
Microsoft.AspNetCore.SignalR.Tests.Utils (1)
TestClient.cs (1)
379throw new NotImplementedException();
Microsoft.AspNetCore.StaticAssets (1)
StaticAssetsInvoker.cs (1)
183var exception = new NotImplementedException(preconditionState.ToString());
Microsoft.AspNetCore.StaticFiles (1)
StaticFileContext.cs (1)
344var exception = new NotImplementedException(GetPreconditionState().ToString());
Microsoft.AspNetCore.StaticFiles.Tests (7)
StaticFileContextTest.cs (7)
159throw new NotImplementedException(); 191throw new NotImplementedException(); 199throw new NotImplementedException(); 207throw new NotImplementedException(); 215throw new NotImplementedException(); 223throw new NotImplementedException(); 229throw new NotImplementedException();
Microsoft.AspNetCore.Tests (5)
WebApplicationTests.cs (5)
2845throw new NotImplementedException(); 2960throw new NotImplementedException(); 2965throw new NotImplementedException(); 3032throw new NotImplementedException(); 3037throw new NotImplementedException();
Microsoft.AspNetCore.WebUtilities.Tests (1)
NonSeekableReadStream.cs (1)
39throw new NotImplementedException();
Microsoft.Build (46)
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
479public IEnumerable<Process> GetProcesses() => throw new NotImplementedException();
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (2)
166throw new NotImplementedException("Use the other overload of CreateNode instead"); 176throw new NotImplementedException("Use the other overload of SendData instead");
BackEnd\Components\FileAccesses\OutOfProcNodeFileAccessManager.cs (2)
57throw new NotImplementedException("This method should not be called in OOP nodes."); 60throw new NotImplementedException("This method should not be called in OOP nodes.");
BackEnd\Components\RequestBuilder\IntrinsicTasks\CallTarget.cs (1)
79throw new NotImplementedException();
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupLoggingHelper.cs (1)
376_ => throw new NotImplementedException($"Unsupported {nameof(TaskParameterMessageKind)} value: {args.Kind}")
BackEnd\Components\RequestBuilder\IntrinsicTasks\MSBuild.cs (1)
224throw new NotImplementedException();
BuildCheck\Infrastructure\CustomConfigurationData.cs (1)
96throw new NotImplementedException("CustomConfigurationData does not implement GetHashCode method");
Collections\ArrayDictionary.cs (6)
115throw new System.NotImplementedException(); 157throw new NotImplementedException(); 174throw new System.NotImplementedException(); 179throw new System.NotImplementedException(); 220throw new NotImplementedException(); 263throw new NotImplementedException();
Collections\PropertyDictionary.cs (1)
116throw new NotImplementedException();
Collections\ReadOnlyConvertingDictionary.cs (1)
61throw new NotImplementedException();
DebugUtils.cs (1)
86_ => throw new NotImplementedException(),
Definition\Project.cs (9)
3986public Data TestOnlyGetPrivateData { get { throw new NotImplementedException(); } } 3988public ISet<string> GlobalPropertiesToTreatAsLocal { get { throw new NotImplementedException(); } } 3994public bool UsesProjectRootElement(ProjectRootElement xmlRootElement) { throw new NotImplementedException(); } 3996public bool IsSuitableExistingItemXml(ProjectItemElement candidateExistingItemXml, string unevaluatedInclude, IEnumerable<KeyValuePair<string, string>> metadata) { throw new NotImplementedException(); } 3998public void RemoveItemBeforeItemTypeChange(ProjectItem item) { throw new NotImplementedException(); } 4000public void ReAddExistingItemAfterItemTypeChange(ProjectItem item) { throw new NotImplementedException(); } 4002public string ExpandPropertyValueBestEffortLeaveEscaped(string unevaluatedValue, ElementLocation propertyLocation) { throw new NotImplementedException(); } 4004public string ExpandItemIncludeBestEffortLeaveEscaped(ProjectItemElement renamedItemElement) { throw new NotImplementedException(); } 4006public string ExpandMetadataValueBestEffortLeaveEscaped(IMetadataTable metadataTable, string unevaluatedValue, ElementLocation metadataLocation) { throw new NotImplementedException(); }
Evaluation\LazyItemEvaluator.EvaluatorData.cs (2)
37throw new NotImplementedException(); 45throw new NotImplementedException();
Evaluation\SimpleProjectRootElementCache.cs (4)
91throw new NotImplementedException(); 119throw new NotImplementedException(); 135throw new NotImplementedException(); 140throw new NotImplementedException();
FileMatcher.cs (1)
123_ => throw new NotImplementedException()
Instance\TaskFactoryLoggingHost.cs (2)
97throw new NotImplementedException(); 245throw new NotImplementedException();
Logging\BinaryLogger\Postprocessing\SubStream.cs (4)
43public override long Position { get => _position; set => throw new NotImplementedException(); } 102public override long Seek(long offset, SeekOrigin origin) => throw new NotImplementedException(); 103public override void SetLength(long value) => throw new NotImplementedException(); 104public override void Write(byte[] buffer, int offset, int count) => throw new NotImplementedException();
Logging\TerminalLogger\TerminalNodeStatus.cs (1)
78throw new System.NotImplementedException();
TaskParameter.cs (1)
633_ => throw new NotImplementedException(),
TelemetryInfra\TelemetryDataUtils.cs (4)
79throw new NotImplementedException("Reading is not supported"); 121throw new NotImplementedException("Reading is not supported"); 214throw new NotImplementedException("Reading is not supported"); 295throw new NotImplementedException("Reading is not supported");
Microsoft.Build.BuildCheck.UnitTests (6)
EditorConfig_Tests.cs (1)
112throw new NotImplementedException();
MockBuildCheckRegistrationContext.cs (5)
21public void RegisterParsedItemsAction(Action<BuildCheckDataContext<ParsedItemsCheckData>> parsedItemsAction) => throw new NotImplementedException(); 23public void RegisterEvaluatedItemsAction(Action<BuildCheckDataContext<EvaluatedItemsCheckData>> evaluatedItemsAction) => throw new NotImplementedException(); 28public void RegisterBuildFinishedAction(Action<BuildCheckDataContext<BuildFinishedCheckData>> buildFinishedAction) => throw new NotImplementedException(); 60public void RegisterEnvironmentVariableReadAction(Action<BuildCheckDataContext<EnvironmentVariableCheckData>> environmentVariableAction) => throw new NotImplementedException(); 62public void RegisterProjectImportedAction(Action<BuildCheckDataContext<ProjectImportedCheckData>> projectImportedAction) => throw new NotImplementedException();
Microsoft.Build.Engine.OM.UnitTests (11)
DebugUtils.cs (1)
86_ => throw new NotImplementedException(),
ObjectModelRemoting\Helpers\ViewValidation.cs (1)
275throw new NotImplementedException($"Unknown type:{view.GetType().Name}");
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\ProjectElemetExportHelper.cs (1)
97throw new NotImplementedException();
ObjectModelRemoting\RemoteProjectsProviderMock\EvaluationLinkMocks\MockProjectLink.cs (8)
184=> throw new NotImplementedException(); 185public override ProjectInstance CreateProjectInstance(ProjectInstanceSettings settings, EvaluationContext evaluationContext) => throw new NotImplementedException(); 186public override IDictionary<string, ProjectTargetInstance> Targets => throw new NotImplementedException(); 193throw new NotImplementedException(); 198throw new NotImplementedException(); 203throw new NotImplementedException(); 208throw new NotImplementedException(); 213throw new NotImplementedException();
Microsoft.Build.Engine.UnitTests (119)
BackEnd\LoggingService_Tests.cs (1)
1523throw new NotImplementedException();
BackEnd\LoggingServicesLogMethod_Tests.cs (1)
1891throw new NotImplementedException();
BackEnd\MockHost.cs (2)
223throw new NotImplementedException(); 233throw new NotImplementedException();
BackEnd\MockLoggingService.cs (20)
61get { throw new NotImplementedException(); } 74throw new NotImplementedException(); 111throw new NotImplementedException(); 116throw new NotImplementedException(); 127throw new NotImplementedException(); 138throw new NotImplementedException(); 149throw new NotImplementedException(); 258throw new NotImplementedException(); 263throw new NotImplementedException(); 268throw new NotImplementedException(); 279throw new NotImplementedException(); 289throw new NotImplementedException(); 297throw new NotImplementedException(); 308throw new NotImplementedException(); 669throw new NotImplementedException(); 674throw new NotImplementedException(); 679throw new NotImplementedException(); 684throw new NotImplementedException(); 687public void InitializeComponent(IBuildComponentHost host) => throw new NotImplementedException(); 688public void ShutdownComponent() => throw new NotImplementedException();
BackEnd\NodeEndpointInProc_Tests.cs (9)
45throw new NotImplementedException(); 80throw new NotImplementedException(); 83public TComponent GetComponent<TComponent>(BuildComponentType type) where TComponent : IBuildComponent => throw new NotImplementedException("Not expected to be used."); 95throw new NotImplementedException(); 100throw new NotImplementedException(); 105throw new NotImplementedException(); 110throw new NotImplementedException(); 137get { throw new NotImplementedException(); } 142throw new NotImplementedException();
BackEnd\SdkResolverLoader_Tests.cs (3)
414throw new NotImplementedException(); 430throw new NotImplementedException(); 449throw new NotImplementedException();
BackEnd\TargetBuilder_Tests.cs (2)
1483throw new NotImplementedException(); 1491throw new NotImplementedException();
BackEnd\TargetEntry_Tests.cs (3)
929throw new NotImplementedException(); 941throw new NotImplementedException(); 949throw new NotImplementedException();
BackEnd\TaskBuilder_Tests.cs (3)
876throw new NotImplementedException(); 931throw new NotImplementedException(); 939throw new NotImplementedException();
BackEnd\TaskExecutionHost_Tests.cs (11)
88get { throw new NotImplementedException(); } 96get { throw new NotImplementedException(); } 104get { throw new NotImplementedException(); } 112get { throw new NotImplementedException(); } 1156throw new NotImplementedException(); 1164throw new NotImplementedException(); 1176throw new NotImplementedException(); 1184throw new NotImplementedException(); 1192throw new NotImplementedException(); 1200throw new NotImplementedException(); 1208throw new NotImplementedException();
BackEnd\TaskHost_Tests.cs (10)
1471throw new NotImplementedException(); 1479throw new NotImplementedException(); 1487throw new NotImplementedException(); 1495throw new NotImplementedException(); 1503throw new NotImplementedException(); 1511throw new NotImplementedException(); 1519throw new NotImplementedException(); 1527throw new NotImplementedException(); 1535throw new NotImplementedException(); 1543throw new NotImplementedException();
BackEnd\TaskRegistry_Tests.cs (7)
2275get { throw new NotImplementedException(); } 2283get { throw new NotImplementedException(); } 2291throw new NotImplementedException(); 2299throw new NotImplementedException(); 2307throw new NotImplementedException(); 2315throw new NotImplementedException(); 2323throw new NotImplementedException();
BackEnd\TaskThatReturnsDictionaryTaskItem.cs (7)
44public string ItemSpec { get => $"{nameof(MinimalDictionaryTaskItem)}spec"; set => throw new NotImplementedException(); } 46public ICollection MetadataNames => throw new NotImplementedException(); 48public int MetadataCount => throw new NotImplementedException(); 50ICollection ITaskItem.MetadataNames => throw new NotImplementedException(); 65public void SetMetadata(string metadataName, string metadataValue) => throw new NotImplementedException(); 66public void RemoveMetadata(string metadataName) => throw new NotImplementedException(); 67public void CopyMetadataTo(ITaskItem destinationItem) => throw new NotImplementedException();
FileMatcher_Tests.cs (6)
2626public TextReader ReadFile(string path) => throw new NotImplementedException(); 2628public Stream GetFileStream(string path, FileMode mode, FileAccess access, FileShare share) => throw new NotImplementedException(); 2630public string ReadFileAllText(string path) => throw new NotImplementedException(); 2632public byte[] ReadFileAllBytes(string path) => throw new NotImplementedException(); 2649public FileAttributes GetAttributes(string path) => throw new NotImplementedException(); 2651public DateTime GetLastWriteTimeUtc(string path) => throw new NotImplementedException();
ProjectCache\ProjectCacheTests.cs (2)
325throw new NotImplementedException(); 1193throw new NotImplementedException();
StaticStopwatch.cs (2)
20public override void Start() => throw new System.NotImplementedException(); 21public override void Stop() => throw new System.NotImplementedException();
TaskThatReturnsMinimalItem.cs (6)
30public string ItemSpec { get => $"{nameof(MinimalTaskItem)}spec"; set => throw new NotImplementedException(); } 32public ICollection MetadataNames => throw new NotImplementedException(); 34public int MetadataCount => throw new NotImplementedException(); 43public void CopyMetadataTo(ITaskItem destinationItem) => throw new NotImplementedException(); 45public void RemoveMetadata(string metadataName) => throw new NotImplementedException(); 46public void SetMetadata(string metadataName, string metadataValue) => throw new NotImplementedException();
TestComparers\ProjectInstanceModelTestComparers.cs (17)
76throw new NotImplementedException(); 112throw new NotImplementedException(); 140throw new NotImplementedException(); 145throw new NotImplementedException(); 164throw new NotImplementedException(); 201throw new NotImplementedException(); 220throw new NotImplementedException(); 239throw new NotImplementedException(); 256throw new NotImplementedException(); 272throw new NotImplementedException(); 291throw new NotImplementedException(); 310throw new NotImplementedException(); 338throw new NotImplementedException(); 369throw new NotImplementedException(); 374throw new NotImplementedException(); 395throw new NotImplementedException(); 416throw new NotImplementedException();
TestComparers\TaskRegistryComparers.cs (5)
39throw new NotImplementedException(); 67throw new NotImplementedException(); 94throw new NotImplementedException(); 112throw new NotImplementedException(); 146throw new NotImplementedException();
TickingStopwatch.cs (2)
30public override void Start() => throw new System.NotImplementedException(); 31public override void Stop() => throw new System.NotImplementedException();
Microsoft.Build.Framework (4)
EngineServices.cs (2)
42public virtual bool LogsMessagesOfImportance(MessageImportance importance) => throw new NotImplementedException(); 50public virtual bool IsTaskInputLoggingEnabled => throw new NotImplementedException();
Sdk\SdkResultFactory.cs (2)
41throw new NotImplementedException(); 65throw new NotImplementedException();
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (4)
TestUtilities\ErrorLoggerEngine.cs (1)
66=> throw new NotImplementedException();
TestUtilities\MockEngine.cs (1)
65=> throw new NotImplementedException();
TestUtilities\SimpleTaskItem.cs (2)
28public IDictionary CloneCustomMetadata() => throw new NotImplementedException(); 30public void CopyMetadataTo(ITaskItem destinationItem) => throw new NotImplementedException();
Microsoft.Build.Tasks.Core (5)
DebugUtils.cs (1)
86_ => throw new NotImplementedException(),
FileIO\GetFileHash.cs (1)
134_ => throw new NotImplementedException(),
FileMatcher.cs (1)
123_ => throw new NotImplementedException()
GenerateResource.cs (1)
3959throw new NotImplementedException("NYI");
ResourceHandling\MSBuildResXReader.cs (1)
127throw new NotImplementedException("User-facing error for bad resx that has child elements but not `value`");
Microsoft.Build.Tasks.UnitTests (10)
DownloadFile_Tests.cs (4)
432public override long Seek(long offset, SeekOrigin origin) => throw new NotImplementedException(); 434public override void SetLength(long value) => throw new NotImplementedException(); 436public override void Write(byte[] buffer, int offset, int count) => throw new NotImplementedException(); 438public override void Flush() => throw new NotImplementedException();
GenerateBindingRedirects_Tests.cs (4)
401throw new NotImplementedException(); 406throw new NotImplementedException(); 411throw new NotImplementedException(); 416throw new NotImplementedException();
HintPathResolver_Tests.cs (2)
71getAssemblyName: (path) => throw new NotImplementedException(), // not called in this code path 73getRuntimeVersion: (path) => throw new NotImplementedException(), // not called in this code path
Microsoft.Build.UnitTests.Shared (1)
RunnerUtilities.cs (1)
90throw new NotImplementedException();
Microsoft.Build.Utilities.Core (2)
DebugUtils.cs (1)
86_ => throw new NotImplementedException(),
FileMatcher.cs (1)
123_ => throw new NotImplementedException()
Microsoft.Cci.Extensions (72)
Experimental\FilteredAssembly.cs (54)
466throw new NotImplementedException(); 471throw new NotImplementedException(); 476throw new NotImplementedException(); 492throw new NotImplementedException(); 505get { throw new NotImplementedException(); } 510get { throw new NotImplementedException(); } 515get { throw new NotImplementedException(); } 520get { throw new NotImplementedException(); } 525get { throw new NotImplementedException(); } 530get { throw new NotImplementedException(); } 535get { throw new NotImplementedException(); } 540get { throw new NotImplementedException(); } 545get { throw new NotImplementedException(); } 550get { throw new NotImplementedException(); } 555get { throw new NotImplementedException(); } 560get { throw new NotImplementedException(); } 565get { throw new NotImplementedException(); } 570get { throw new NotImplementedException(); } 575get { throw new NotImplementedException(); } 580get { throw new NotImplementedException(); } 585get { throw new NotImplementedException(); } 590get { throw new NotImplementedException(); } 595get { throw new NotImplementedException(); } 600get { throw new NotImplementedException(); } 605get { throw new NotImplementedException(); } 610get { throw new NotImplementedException(); } 615get { throw new NotImplementedException(); } 620get { throw new NotImplementedException(); } 625get { throw new NotImplementedException(); } 630get { throw new NotImplementedException(); } 635get { throw new NotImplementedException(); } 640get { throw new NotImplementedException(); } 645get { throw new NotImplementedException(); } 650get { throw new NotImplementedException(); } 655get { throw new NotImplementedException(); } 660get { throw new NotImplementedException(); } 665get { throw new NotImplementedException(); } 670get { throw new NotImplementedException(); } 675get { throw new NotImplementedException(); } 680throw new NotImplementedException(); 685get { throw new NotImplementedException(); } 690throw new NotImplementedException(); 695throw new NotImplementedException(); 700throw new NotImplementedException(); 705throw new NotImplementedException(); 710get { throw new NotImplementedException(); } 715get { throw new NotImplementedException(); } 720get { throw new NotImplementedException(); } 725get { throw new NotImplementedException(); } 730get { throw new NotImplementedException(); } 735get { throw new NotImplementedException(); } 740get { throw new NotImplementedException(); } 745get { throw new NotImplementedException(); } 751throw new NotImplementedException();
Extensions\TypeExtensions.cs (1)
240throw new NotImplementedException("Called .Name on a currently unsupported type definition!");
Writers\CSharp\CSDeclarationWriter.Fields.cs (13)
130public bool IsMapped { get { throw new System.NotImplementedException(); } } 132public bool IsMarshalledExplicitly { get { throw new System.NotImplementedException(); } } 142public IMarshallingInformation MarshallingInformation { get { throw new System.NotImplementedException(); } } 146public int SequenceNumber { get { throw new System.NotImplementedException(); } } 152public ITypeDefinition Container { get { throw new System.NotImplementedException(); } } 156public IScope<ITypeDefinitionMember> ContainingScope { get { throw new System.NotImplementedException(); } } 160public uint InternedKey { get { throw new System.NotImplementedException(); } } 162public bool IsModified { get { throw new System.NotImplementedException(); } } 168public IFieldDefinition ResolvedField { get { throw new System.NotImplementedException(); } } 172public ITypeDefinitionMember ResolvedTypeDefinitionMember { get { throw new System.NotImplementedException(); } } 176public IEnumerable<ILocation> Locations { get { throw new System.NotImplementedException(); } } 182throw new System.NotImplementedException(); 187throw new System.NotImplementedException();
Writers\CSharp\CSDeclarationWriter.Methods.cs (4)
506get { throw new System.NotImplementedException(); } 511throw new System.NotImplementedException(); 516get { throw new System.NotImplementedException(); } 521throw new System.NotImplementedException();
Microsoft.CodeAnalysis (142)
Collections\SmallDictionary.cs (5)
615throw new NotImplementedException(); 721throw new NotImplementedException(); 732throw new NotImplementedException(); 827throw new NotImplementedException(); 838throw new NotImplementedException();
CommandLine\CommonCompiler.LoggingMetadataFileReferenceResolver.cs (2)
44throw new NotImplementedException(); 49throw new NotImplementedException();
Compilation\CompilationOptions.cs (2)
254throw new NotImplementedException(); 258throw new NotImplementedException();
DiagnosticAnalyzer\AnalyzerConfigOptions.cs (1)
29=> throw new NotImplementedException();
DiagnosticAnalyzer\DiagnosticAnalysisContext.cs (13)
96throw new NotImplementedException(); 129throw new NotImplementedException(); 163throw new NotImplementedException(); 173throw new NotImplementedException(); 197throw new NotImplementedException(); 212throw new NotImplementedException(); 222throw new NotImplementedException(); 391throw new NotImplementedException(); 418throw new NotImplementedException(); 428throw new NotImplementedException(); 445throw new NotImplementedException(); 492throw new NotImplementedException(); 550throw new NotImplementedException();
DiagnosticAnalyzer\DiagnosticQueue.cs (3)
70throw new NotImplementedException(); 75throw new NotImplementedException(); 80throw new NotImplementedException();
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();
DiaSymReader\Metadata\SymWriterMetadataAdapter.cs (1)
74=> throw new NotImplementedException();
Symbols\CustomModifier.cs (1)
35throw new NotImplementedException();
Syntax\GreenNode.cs (2)
717throw new NotImplementedException(); 722throw new NotImplementedException();
Syntax\SyntaxTree.cs (1)
409throw new NotImplementedException();
Microsoft.CodeAnalysis.Analyzers (15)
MetaAnalyzers\DiagnosticDescriptorCreationAnalyzer_ReleaseTracking.cs (1)
229_ => throw new NotImplementedException(),
MetaAnalyzers\Fixers\AnalyzerReleaseTrackingFix.cs (1)
240throw new NotImplementedException();
MetaAnalyzers\Fixers\AnalyzerReleaseTrackingFix.FixAllProvider.cs (1)
116throw new NotImplementedException();
MetaAnalyzers\ReleaseTrackingHelper.cs (1)
276_ => throw new NotImplementedException()
src\RoslynAnalyzers\Utilities\Compiler\Extensions\IOperationExtensions.cs (1)
650_ => throw new NotImplementedException()
src\RoslynAnalyzers\Utilities\Compiler\Extensions\ISymbolExtensions.cs (1)
559_ => throw new NotImplementedException(),
src\RoslynAnalyzers\Utilities\Compiler\Extensions\ReportDiagnosticExtensions.cs (2)
20_ => throw new NotImplementedException(), 34_ => throw new NotImplementedException(),
src\RoslynAnalyzers\Utilities\Compiler\Options\AbstractCategorizedAnalyzerConfigOptions.cs (1)
63_ => throw new NotImplementedException()
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledConcurrentSet.cs (1)
101public void CopyTo(T[] array, int arrayIndex) => throw new NotImplementedException();
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (5)
728throw new NotImplementedException(); 834throw new NotImplementedException(); 845throw new NotImplementedException(); 940throw new NotImplementedException(); 953throw new NotImplementedException();
Microsoft.CodeAnalysis.Analyzers.UnitTests (13)
MetaAnalyzers\CompilerExtensionStrictApiAnalyzerTests.cs (6)
65_ => throw new NotImplementedException(), 114_ => throw new NotImplementedException(), 149_ => throw new NotImplementedException(), 198_ => throw new NotImplementedException(), 221_ => throw new NotImplementedException(), 330_ => throw new NotImplementedException(),
MetaAnalyzers\CompilerExtensionTargetFrameworkAnalyzerTests.cs (7)
241_ => throw new NotImplementedException(), 248_ => throw new NotImplementedException(), 261_ => throw new NotImplementedException(), 268_ => throw new NotImplementedException(), 281_ => throw new NotImplementedException(), 301_ => throw new NotImplementedException(), 410_ => throw new NotImplementedException(),
Microsoft.CodeAnalysis.AnalyzerUtilities (20)
src\RoslynAnalyzers\Utilities\Compiler\Extensions\IOperationExtensions.cs (1)
650_ => throw new NotImplementedException()
src\RoslynAnalyzers\Utilities\Compiler\Extensions\ISymbolExtensions.cs (1)
559_ => throw new NotImplementedException(),
src\RoslynAnalyzers\Utilities\Compiler\Extensions\ReportDiagnosticExtensions.cs (2)
20_ => throw new NotImplementedException(), 34_ => throw new NotImplementedException(),
src\RoslynAnalyzers\Utilities\Compiler\Options\AbstractCategorizedAnalyzerConfigOptions.cs (1)
63_ => throw new NotImplementedException()
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledConcurrentSet.cs (1)
101public void CopyTo(T[] array, int arrayIndex) => throw new NotImplementedException();
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (5)
728throw new NotImplementedException(); 834throw new NotImplementedException(); 845throw new NotImplementedException(); 940throw new NotImplementedException(); 953throw new NotImplementedException();
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\DataFlowOperationVisitor.cs (9)
1357throw new NotImplementedException(); 1363throw new NotImplementedException(); 1895throw new NotImplementedException(); 1901throw new NotImplementedException(); 1907throw new NotImplementedException(); 1913throw new NotImplementedException(); 1922throw new NotImplementedException(); 1928throw new NotImplementedException(); 1934throw new NotImplementedException();
Microsoft.CodeAnalysis.BannedApiAnalyzers (12)
RestrictedInternalsVisibleToAnalyzer.cs (1)
97_ => throw new NotImplementedException($"Unhandled OperationKind: {context.Operation.Kind}"),
src\RoslynAnalyzers\Utilities\Compiler\Extensions\IOperationExtensions.cs (1)
650_ => throw new NotImplementedException()
src\RoslynAnalyzers\Utilities\Compiler\Extensions\ISymbolExtensions.cs (1)
559_ => throw new NotImplementedException(),
src\RoslynAnalyzers\Utilities\Compiler\Extensions\ReportDiagnosticExtensions.cs (2)
20_ => throw new NotImplementedException(), 34_ => throw new NotImplementedException(),
src\RoslynAnalyzers\Utilities\Compiler\Options\AbstractCategorizedAnalyzerConfigOptions.cs (1)
63_ => throw new NotImplementedException()
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledConcurrentSet.cs (1)
101public void CopyTo(T[] array, int arrayIndex) => throw new NotImplementedException();
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (5)
728throw new NotImplementedException(); 834throw new NotImplementedException(); 845throw new NotImplementedException(); 940throw new NotImplementedException(); 953throw new NotImplementedException();
Microsoft.CodeAnalysis.CodeStyle (15)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.Enumerator.cs (1)
23public TextSpan GetSpan(T value) => throw new System.NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.NodeEnumerator.cs (1)
87=> throw new System.NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ITypeSymbolExtensions.AnonymousTypeRemover.cs (1)
17=> throw new NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ITypeSymbolExtensions.CollectTypeParameterSymbolsVisitor.cs (1)
24=> throw new NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ITypeSymbolExtensions.MinimalAccessibilityVisitor.cs (1)
16=> throw new NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ITypeSymbolExtensions.SubstituteTypesVisitor.cs (1)
32=> throw new NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ITypeSymbolExtensions.UnavailableTypeParameterRemover.cs (1)
18=> throw new NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ITypeSymbolExtensions.UnnamedErrorTypeRemover.cs (1)
17=> throw new NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractTriviaDataFactory.FormattedWhitespace.cs (4)
55=> throw new NotImplementedException(); 58=> throw new NotImplementedException(); 61=> throw new NotImplementedException(); 66throw new NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractTriviaDataFactory.Whitespace.cs (1)
87=> throw new NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.NamespaceSymbolKey.cs (1)
52throw new NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.SymbolKeyReader.cs (1)
534_ => throw new NotImplementedException(),
Microsoft.CodeAnalysis.CodeStyle.Fixes (11)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationAbstractNamedTypeSymbol.cs (1)
120public bool IsUnmanagedType => throw new NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationSymbol.cs (4)
199=> throw new NotImplementedException(); 202=> throw new NotImplementedException(); 205=> throw new NotImplementedException(); 208=> throw new NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationTypeParameterSymbol.cs (1)
88public NullableAnnotation ReferenceTypeConstraintNullableAnnotation => throw new System.NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationTypeSymbol.cs (5)
63=> throw new System.NotImplementedException(); 66=> throw new System.NotImplementedException(); 69=> throw new System.NotImplementedException(); 72=> throw new System.NotImplementedException(); 80bool ITypeSymbol.IsUnmanagedType => throw new System.NotImplementedException();
Microsoft.CodeAnalysis.CSharp (14)
BoundTree\BoundNode.cs (1)
387throw new NotImplementedException();
CodeGen\Optimizer.cs (8)
2367throw new NotImplementedException(); 2387get { throw new NotImplementedException(); } 2392get { throw new NotImplementedException(); } 2397get { throw new NotImplementedException(); } 2402get { throw new NotImplementedException(); } 2407throw new NotImplementedException(); 2417throw new NotImplementedException(); 2422throw new NotImplementedException();
Compilation\CSharpCompilation.cs (1)
2417throw new NotImplementedException();
CSharpCompilationOptions.cs (1)
659throw new NotImplementedException();
Parser\LanguageParser.cs (1)
11697throw new NotImplementedException(); // this should not occur because these tokens are produced and parsed immediately
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.DelegateTemplateSymbol.cs (1)
224internal override string TypeDescriptorKey => throw new System.NotImplementedException();
Symbols\Synthesized\TypeSubstitutedLocalSymbol.cs (1)
122internal override ScopedKind Scope => throw new System.NotImplementedException();
Microsoft.CodeAnalysis.CSharp.CodeStyle (9)
src\Analyzers\CSharp\Analyzers\UseExpressionBody\Helpers\UseExpressionBodyHelper`1.cs (1)
316=> throw new NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Engine\Trivia\TriviaDataFactory.ComplexTrivia.cs (2)
102=> throw new NotImplementedException(); 105=> throw new NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Engine\Trivia\TriviaDataFactory.FormattedComplexTrivia.cs (4)
64=> throw new NotImplementedException(); 67=> throw new NotImplementedException(); 70=> throw new NotImplementedException(); 73=> throw new NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Engine\Trivia\TriviaDataFactory.ModifiedComplexTrivia.cs (2)
100=> throw new NotImplementedException(); 103=> throw new NotImplementedException();
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ITypeSymbolExtensions.TypeSyntaxGeneratorVisitor.cs (1)
36=> throw new NotImplementedException();
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (1)
src\Analyzers\CSharp\Tests\AbstractBuiltInCodeStyleDiagnosticAnalyzer\AbstractBuiltInCodeStyleDiagnosticAnalyzerTests.cs (1)
53=> throw new System.NotImplementedException();
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (15)
EditorConfigSettings\Updater\SettingsUpdaterTests.cs (1)
596throw new NotImplementedException();
NavigateTo\NavigateToSearcherTests.cs (14)
546public string AdditionalInformation => throw new NotImplementedException(); 547public string Kind => throw new NotImplementedException(); 548public NavigateToMatchKind MatchKind => throw new NotImplementedException(); 549public bool IsCaseSensitive => throw new NotImplementedException(); 550public string Name => throw new NotImplementedException(); 551public ImmutableArray<TextSpan> NameMatchSpans => throw new NotImplementedException(); 552public string SecondarySort => throw new NotImplementedException(); 553public string Summary => throw new NotImplementedException(); 555public Glyph Glyph => throw new NotImplementedException(); 556public ImmutableArray<TaggedText> DisplayTaggedParts => throw new NotImplementedException(); 557public bool DisplayFileLocation => throw new NotImplementedException(); 558public bool IsImplicitlyDeclared => throw new NotImplementedException(); 559public bool IsStale => throw new NotImplementedException(); 560public ImmutableArray<INavigableItem> ChildItems => throw new NotImplementedException();
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (3)
CodeGen\CodeGenCapturing.cs (3)
228object IEnumerator.Current => throw new NotImplementedException(); 230public void Dispose() => throw new NotImplementedException(); 265public void Reset() => throw new NotImplementedException();
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Emit\EditAndContinue\EditAndContinueTestBase.cs (1)
120throw new NotImplementedException();
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)
src\Analyzers\CSharp\Analyzers\UseExpressionBody\Helpers\UseExpressionBodyHelper`1.cs (1)
316=> throw new NotImplementedException();
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (10)
Copilot\CSharpImplementNotImplementedExceptionFixProviderTests.cs (9)
649=> throw new NotImplementedException(); 652=> throw new NotImplementedException(); 655=> throw new NotImplementedException(); 658=> throw new NotImplementedException(); 664=> throw new NotImplementedException(); 667=> throw new NotImplementedException(); 670=> throw new NotImplementedException(); 710throw new NotImplementedException(); 715throw new NotImplementedException();
src\Analyzers\CSharp\Tests\AbstractBuiltInCodeStyleDiagnosticAnalyzer\AbstractBuiltInCodeStyleDiagnosticAnalyzerTests.cs (1)
53=> throw new System.NotImplementedException();
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (5)
Semantics\DelegateTypeTests.cs (3)
14910protected override void Accept(SymbolVisitor visitor) => throw new NotImplementedException(); 14911protected override TResult Accept<TResult>(SymbolVisitor<TResult> visitor) => throw new NotImplementedException(); 14912protected override TResult Accept<TArgument, TResult>(SymbolVisitor<TArgument, TResult> visitor, TArgument argument) => throw new NotImplementedException();
Semantics\OperatorTests.cs (1)
8976throw new NotImplementedException();
SourceGeneration\GeneratorDriverTests.cs (1)
1573public override int GetHashCode() => throw new NotImplementedException();
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (27)
Compilation\CompilationAPITests.cs (1)
2194throw new NotImplementedException();
Compilation\CSharpCompilationOptionsTests.cs (1)
435throw new NotImplementedException();
DeclarationTests.cs (3)
994public override ImmutableDictionary<string, ReportDiagnostic> DiagnosticOptions => throw new NotImplementedException(); 1008throw new NotImplementedException(); 1013throw new NotImplementedException();
Symbols\MockAssemblySymbol.cs (11)
35get { throw new NotImplementedException(); } 40get { throw new NotImplementedException(); } 55throw new NotImplementedException(); 79throw new NotImplementedException(); 84throw new NotImplementedException(); 89throw new NotImplementedException(); 94throw new NotImplementedException(); 99throw new NotImplementedException(); 106throw new NotImplementedException(); 114throw new NotImplementedException(); 132throw new NotImplementedException();
Symbols\MockNamedTypeSymbol.cs (11)
29=> throw new NotImplementedException(); 84get { throw new NotImplementedException(); } 91throw new NotImplementedException(); 95internal override bool HasDeclaredRequiredMembers => throw new NotImplementedException(); 104throw new NotImplementedException(); 243throw new NotImplementedException(); 247internal override NamedTypeSymbol BaseTypeNoUseSiteDiagnostics => throw new NotImplementedException(); 251throw new NotImplementedException(); 256throw new NotImplementedException(); 261throw new NotImplementedException(); 266throw new NotImplementedException();
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)
LexicalAndXml\PreprocessorTests.cs (1)
383throw new NotImplementedException(dt.Kind().ToString());
Syntax\Mocks\MockCSharpSyntaxTree.cs (1)
50=> _root ?? throw new NotImplementedException();
Microsoft.CodeAnalysis.CSharp.Test.Utilities (6)
BasicCompilationUtils.cs (1)
49throw new NotImplementedException();
CSharpTestSource.cs (2)
89IEnumerator<CSharpTestSource> IEnumerable<CSharpTestSource>.GetEnumerator() => throw new NotImplementedException(); 90IEnumerator IEnumerable.GetEnumerator() => throw new NotImplementedException();
ThrowingMetadataReferenceResolver.cs (3)
27public override bool Equals(object? other) => throw new NotImplementedException(); 29public override int GetHashCode() => throw new NotImplementedException(); 35throw new NotImplementedException();
Microsoft.CodeAnalysis.CSharp.Workspaces (10)
Simplification\CSharpSimplificationService.Expander.cs (1)
617throw new NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Engine\Trivia\TriviaDataFactory.ComplexTrivia.cs (2)
102=> throw new NotImplementedException(); 105=> throw new NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Engine\Trivia\TriviaDataFactory.FormattedComplexTrivia.cs (4)
64=> throw new NotImplementedException(); 67=> throw new NotImplementedException(); 70=> throw new NotImplementedException(); 73=> throw new NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\Engine\Trivia\TriviaDataFactory.ModifiedComplexTrivia.cs (2)
100=> throw new NotImplementedException(); 103=> throw new NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ITypeSymbolExtensions.TypeSyntaxGeneratorVisitor.cs (1)
36=> throw new NotImplementedException();
Microsoft.CodeAnalysis.EditorFeatures (13)
Extensibility\NavigationBar\NavigationBarProjectItem.cs (1)
42=> throw new NotImplementedException();
Extensibility\NavigationBar\NavigationBarSelectedItems.cs (1)
38=> throw new NotImplementedException();
Extensibility\NavigationBar\SimpleNavigationBarItem.cs (1)
21=> throw new NotImplementedException();
Extensibility\NavigationBar\WrappedNavigationBarItem.cs (1)
74=> throw new NotImplementedException();
InlineDiagnostics\InlineDiagnosticsTag.cs (1)
197throw new NotImplementedException();
InlineHints\InlineHintDataTag.cs (1)
42=> throw new NotImplementedException();
IntelliSense\AsyncCompletion\ItemManager.cs (1)
50throw new NotImplementedException();
NavigationBar\NavigationBarModel.cs (1)
23=> throw new NotImplementedException();
QuickInfo\OnTheFlyDocsViewStateVisibilityConverter.cs (1)
21=> throw new NotImplementedException();
RenameTracking\RenameTrackingTaggerProvider.UndoPrimitive.cs (1)
68=> throw new NotImplementedException();
StringIndentation\StringIndentationTag.cs (1)
43=> throw new NotImplementedException();
Suggestions\SuggestedActions\SuggestedAction.cs (1)
102throw new NotImplementedException("Invoke(CancellationToken) is no longer supported. Use Invoke(IUIThreadOperationContext) instead.");
Suggestions\SuggestedActionsSource.cs (1)
122throw new NotImplementedException($"We implement {nameof(GetSuggestedActionCategoriesAsync)}. This should not be called.");
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (64)
EditAndContinue\MockManagedHotReloadService.cs (4)
26=> throw new NotImplementedException(); 29=> throw new NotImplementedException(); 32=> throw new NotImplementedException(); 35=> throw new NotImplementedException();
StubLocalRegistry.cs (17)
16throw new NotImplementedException(); 21throw new NotImplementedException(); 26throw new NotImplementedException(); 31throw new NotImplementedException(); 36throw new NotImplementedException(); 41throw new NotImplementedException(); 46throw new NotImplementedException(); 51throw new NotImplementedException(); 56throw new NotImplementedException(); 61throw new NotImplementedException(); 66throw new NotImplementedException(); 71throw new NotImplementedException(); 76throw new NotImplementedException(); 81throw new NotImplementedException(); 86throw new NotImplementedException(); 91throw new NotImplementedException(); 103throw new NotImplementedException();
StubSettingsManagerHost.cs (17)
20Task ISettingsManagerHost.AppInitCompletionTask => throw new NotImplementedException(); 28string ISettingsManagerHost.CollectionName => throw new NotImplementedException(); 48throw new NotImplementedException(); 53throw new NotImplementedException(); 61throw new NotImplementedException(); 66throw new NotImplementedException(); 78throw new NotImplementedException(); 83throw new NotImplementedException(); 114throw new NotImplementedException(); 119throw new NotImplementedException(); 131throw new NotImplementedException(); 155throw new NotImplementedException(); 165throw new NotImplementedException(); 170throw new NotImplementedException(); 175throw new NotImplementedException(); 180throw new NotImplementedException(); 185throw new NotImplementedException();
StubVsEditorAdaptersFactoryService.cs (14)
30=> throw new NotImplementedException(); 33=> throw new NotImplementedException(); 36=> throw new NotImplementedException(); 39=> throw new NotImplementedException(); 42=> throw new NotImplementedException(); 45=> throw new NotImplementedException(); 48=> throw new NotImplementedException(); 51=> throw new NotImplementedException(); 54=> throw new NotImplementedException(); 57=> throw new NotImplementedException(); 60=> throw new NotImplementedException(); 63=> throw new NotImplementedException(); 66=> throw new NotImplementedException(); 69=> throw new NotImplementedException();
Utilities\TestEditorOptions.cs (12)
58=> throw new NotImplementedException(); 61=> throw new NotImplementedException(); 64=> throw new NotImplementedException(); 67=> throw new NotImplementedException(); 71get { throw new NotImplementedException(); } 75=> throw new NotImplementedException(); 78=> throw new NotImplementedException(); 87throw new NotImplementedException(); 92throw new NotImplementedException(); 97=> throw new NotImplementedException(); 100=> throw new NotImplementedException(); 104get { throw new NotImplementedException(); }
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (13)
CodeFixes\CodeFixServiceTests.cs (1)
386_ => throw new NotImplementedException(),
Emit\CompilationOutputsTests.cs (2)
30protected override Stream? OpenAssemblyStream() => (_openAssemblyStream ?? throw new NotImplementedException()).Invoke(); 31protected override Stream? OpenPdbStream() => (_openPdbStream ?? throw new NotImplementedException()).Invoke();
Options\GlobalOptionsTests.cs (9)
75=> throw new NotImplementedException(); 78=> throw new NotImplementedException(); 81=> throw new NotImplementedException(); 84=> throw new NotImplementedException(); 87=> throw new NotImplementedException(); 90=> throw new NotImplementedException(); 93=> throw new NotImplementedException(); 96=> throw new NotImplementedException(); 99=> throw new NotImplementedException();
UnusedReferences\UnusedReferencesRemoverTests.cs (1)
213throw new System.NotImplementedException();
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (11)
EvaluationContextBase.cs (10)
113get { throw new NotImplementedException(); } 118get { throw new NotImplementedException(); } 123get { throw new NotImplementedException(); } 128get { throw new NotImplementedException(); } 148get { throw new NotImplementedException(); } 153throw new NotImplementedException(); 158throw new NotImplementedException(); 168throw new NotImplementedException(); 173throw new NotImplementedException(); 178throw new NotImplementedException();
PDB\MethodDebugInfo.Native.cs (1)
44throw new NotImplementedException();
Microsoft.CodeAnalysis.ExpressionEvaluator.FunctionResolver.UnitTests (6)
FunctionResolverTestBase.cs (1)
166throw new System.NotImplementedException();
NameComparer.cs (2)
48throw new NotImplementedException(); 54throw new NotImplementedException();
ParameterComparer.cs (1)
23throw new NotImplementedException();
TypeComparer.cs (2)
61throw new NotImplementedException(); 67throw new NotImplementedException();
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (184)
Debugger\Engine\DkmClrModuleInstance.cs (61)
122throw new NotImplementedException(); 127throw new NotImplementedException(); 132throw new NotImplementedException(); 137throw new NotImplementedException(); 142throw new NotImplementedException(); 147throw new NotImplementedException(); 152throw new NotImplementedException(); 157throw new NotImplementedException(); 162throw new NotImplementedException(); 167throw new NotImplementedException(); 172throw new NotImplementedException(); 177throw new NotImplementedException(); 182throw new NotImplementedException(); 187throw new NotImplementedException(); 192throw new NotImplementedException(); 197throw new NotImplementedException(); 202throw new NotImplementedException(); 207throw new NotImplementedException(); 212throw new NotImplementedException(); 217throw new NotImplementedException(); 222throw new NotImplementedException(); 227throw new NotImplementedException(); 232throw new NotImplementedException(); 237throw new NotImplementedException(); 242throw new NotImplementedException(); 247throw new NotImplementedException(); 252throw new NotImplementedException(); 257throw new NotImplementedException(); 262throw new NotImplementedException(); 267throw new NotImplementedException(); 272throw new NotImplementedException(); 277throw new NotImplementedException(); 282throw new NotImplementedException(); 287throw new NotImplementedException(); 292throw new NotImplementedException(); 297throw new NotImplementedException(); 302throw new NotImplementedException(); 307throw new NotImplementedException(); 312throw new NotImplementedException(); 317throw new NotImplementedException(); 322throw new NotImplementedException(); 327throw new NotImplementedException(); 332throw new NotImplementedException(); 337throw new NotImplementedException(); 342throw new NotImplementedException(); 347throw new NotImplementedException(); 352throw new NotImplementedException(); 357throw new NotImplementedException(); 362throw new NotImplementedException(); 367throw new NotImplementedException(); 372throw new NotImplementedException(); 377throw new NotImplementedException(); 382throw new NotImplementedException(); 387throw new NotImplementedException(); 392throw new NotImplementedException(); 397throw new NotImplementedException(); 402throw new NotImplementedException(); 407throw new NotImplementedException(); 412throw new NotImplementedException(); 417throw new NotImplementedException(); 422throw new NotImplementedException();
Debugger\Engine\DkmEvaluationAsyncResult.cs (1)
28public int ErrorCode { get { throw new NotImplementedException(); } }
Debugger\Engine\DkmException.cs (1)
43throw new NotImplementedException();
Debugger\MemberInfo\AssemblyImpl.cs (8)
33get { throw new NotImplementedException(); } 38get { throw new NotImplementedException(); } 43get { throw new NotImplementedException(); } 48throw new NotImplementedException(); 53throw new NotImplementedException(); 58throw new NotImplementedException(); 63throw new NotImplementedException(); 68throw new NotImplementedException();
Debugger\MemberInfo\ConstructorInfoImpl.cs (16)
30throw new NotImplementedException(); 38throw new NotImplementedException(); 52throw new NotImplementedException(); 59throw new NotImplementedException(); 75throw new NotImplementedException(); 83throw new NotImplementedException(); 91throw new NotImplementedException(); 107throw new NotImplementedException(); 113throw new NotImplementedException(); 118throw new NotImplementedException(); 123throw new NotImplementedException(); 128throw new NotImplementedException(); 133throw new NotImplementedException(); 138throw new NotImplementedException(); 149throw new NotImplementedException(); 154throw new NotImplementedException();
Debugger\MemberInfo\EventInfoImpl.cs (13)
29throw new NotImplementedException(); 37throw new NotImplementedException(); 43throw new NotImplementedException(); 58throw new NotImplementedException(); 66throw new NotImplementedException(); 82throw new NotImplementedException(); 88throw new NotImplementedException(); 93throw new NotImplementedException(); 98throw new NotImplementedException(); 103throw new NotImplementedException(); 108throw new NotImplementedException(); 113throw new NotImplementedException(); 118throw new NotImplementedException();
Debugger\MemberInfo\FieldInfoImpl.cs (11)
39throw new NotImplementedException(); 44get { throw new NotImplementedException(); } 59get { throw new NotImplementedException(); } 64get { throw new NotImplementedException(); } 74get { throw new NotImplementedException(); } 79throw new NotImplementedException(); 84throw new NotImplementedException(); 94throw new NotImplementedException(); 104throw new NotImplementedException(); 114throw new NotImplementedException(); 119throw new NotImplementedException();
Debugger\MemberInfo\MethodInfoImpl.cs (19)
33get { throw new NotImplementedException(); } 43throw new NotImplementedException(); 48get { throw new NotImplementedException(); } 58get { throw new NotImplementedException(); } 63get { throw new NotImplementedException(); } 68get { throw new NotImplementedException(); } 78get { throw new NotImplementedException(); } 83get { throw new NotImplementedException(); } 88get { throw new NotImplementedException(); } 93throw new NotImplementedException(); 98throw new NotImplementedException(); 103throw new NotImplementedException(); 108throw new NotImplementedException(); 113throw new NotImplementedException(); 118throw new NotImplementedException(); 123throw new NotImplementedException(); 128throw new NotImplementedException(); 133throw new NotImplementedException(); 138throw new NotImplementedException();
Debugger\MemberInfo\ModuleImpl.cs (4)
27throw new NotImplementedException(); 32throw new NotImplementedException(); 37throw new NotImplementedException(); 42throw new NotImplementedException();
Debugger\MemberInfo\ParameterInfoImpl.cs (10)
27get { throw new NotImplementedException(); } 32get { throw new NotImplementedException(); } 37get { throw new NotImplementedException(); } 42get { throw new NotImplementedException(); } 47get { throw new NotImplementedException(); } 52get { throw new NotImplementedException(); } 57get { throw new NotImplementedException(); } 62throw new NotImplementedException(); 67throw new NotImplementedException(); 72throw new NotImplementedException();
Debugger\MemberInfo\PropertyInfoImpl.cs (10)
34get { throw new NotImplementedException(); } 52throw new NotImplementedException(); 62get { throw new NotImplementedException(); } 67get { throw new NotImplementedException(); } 82get { throw new NotImplementedException(); } 92throw new NotImplementedException(); 97throw new NotImplementedException(); 102throw new NotImplementedException(); 137throw new NotImplementedException(); 142throw new NotImplementedException();
Debugger\MemberInfo\TypeImpl.cs (29)
40get { throw new NotImplementedException(); } 50get { throw new NotImplementedException(); } 60throw new NotImplementedException(); 70get { throw new NotImplementedException(); } 83get { throw new NotImplementedException(); } 103get { throw new NotImplementedException(); } 138throw new NotImplementedException(); 143throw new NotImplementedException(); 158throw new NotImplementedException(); 163throw new NotImplementedException(); 189throw new NotImplementedException(); 199throw new NotImplementedException(); 229throw new NotImplementedException(member.MemberType.ToString()); 240throw new NotImplementedException(); 245throw new NotImplementedException(); 250throw new NotImplementedException(); 255throw new NotImplementedException(); 260throw new NotImplementedException(); 265throw new NotImplementedException(); 318throw new NotImplementedException(); 323throw new NotImplementedException(); 338throw new NotImplementedException(); 380throw new NotImplementedException(); 385throw new NotImplementedException(); 419throw new NotImplementedException(); 424throw new NotImplementedException(); 429throw new NotImplementedException(); 439throw new NotImplementedException(); 444throw new NotImplementedException();
ResultProviderTestBase.cs (1)
562throw new NotImplementedException();
Microsoft.CodeAnalysis.ExternalAccess.AspNetCore (1)
Internal\EmbeddedLanguages\AspNetCoreEmbeddedLanguageDocumentHighlighter.cs (1)
58_ => throw new NotImplementedException(),
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\Navigation\FSharpFindDefinitionService.cs (1)
29throw new NotImplementedException();
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (11)
RazorGlobalOptions.cs (11)
55public T GetOption<T>(Option2<T> option) => throw new NotImplementedException(); 56public T GetOption<T>(OptionKey2 optionKey) => throw new NotImplementedException(); 57public ImmutableArray<object?> GetOptions(ImmutableArray<OptionKey> optionKeys) => throw new NotImplementedException(); 58public bool RefreshOption(OptionKey2 optionKey, object? newValue) => throw new NotImplementedException(); 59public ImmutableArray<object?> GetOptions(ImmutableArray<OptionKey2> optionKeys) => throw new NotImplementedException(); 60public void SetGlobalOption<T>(Option2<T> option, T value) => throw new NotImplementedException(); 61public void SetGlobalOption<T>(PerLanguageOption2<T> option, string language, T value) => throw new NotImplementedException(); 62public void SetGlobalOption(OptionKey2 optionKey, object? value) => throw new NotImplementedException(); 63public bool SetGlobalOptions(ImmutableArray<KeyValuePair<OptionKey2, object?>> options) => throw new NotImplementedException(); 64public void AddOptionChangedHandler(object target, WeakEventHandler<OptionChangedEventArgs> handler) => throw new NotImplementedException(); 65public void RemoveOptionChangedHandler(object target, WeakEventHandler<OptionChangedEventArgs> handler) => throw new NotImplementedException();
Microsoft.CodeAnalysis.ExternalAccess.Xaml (1)
External\XamlRequestHandlerBase.cs (1)
33=> _xamlRequestHandler?.HandleRequestAsync(request, XamlRequestContext.FromRequestContext(context), cancellationToken) ?? throw new NotImplementedException();
Microsoft.CodeAnalysis.Features (23)
ExtractMethod\MethodExtractor.TypeParameterCollector.cs (1)
31=> throw new NotImplementedException();
LanguageServices\AnonymousTypeDisplayService\AbstractStructuralTypeDisplayService.StructuralTypeCollectorVisitor.cs (1)
19=> throw new NotImplementedException();
MetadataAsSource\AbstractMetadataAsSourceService.WrappedNamedTypeSymbol.cs (13)
105public IEnumerable<string> MemberNames => throw new NotImplementedException(); 108=> throw new NotImplementedException(); 111=> throw new NotImplementedException(); 114=> throw new NotImplementedException(); 117=> throw new NotImplementedException(); 120=> throw new NotImplementedException(); 123=> throw new NotImplementedException(); 126=> throw new NotImplementedException(); 129=> throw new NotImplementedException(); 134public bool IsSerializable => throw new NotImplementedException(); 138public bool IsUnmanagedType => throw new NotImplementedException(); 154NullableAnnotation ITypeSymbol.NullableAnnotation => throw new NotImplementedException(); 157=> throw new NotImplementedException();
NavigationBar\NavigationBarItems\RoslynNavigationBarItem.ActionlessItem.cs (1)
34=> throw new NotImplementedException();
NavigationBar\NavigationBarItems\RoslynNavigationBarItem.GenerateDefaultConstructorItem.cs (1)
23=> throw new NotImplementedException();
NavigationBar\NavigationBarItems\RoslynNavigationBarItem.GenerateEventHandlerItem.cs (1)
28=> throw new NotImplementedException();
NavigationBar\NavigationBarItems\RoslynNavigationBarItem.GenerateFinalizerItem.cs (1)
23=> throw new NotImplementedException();
NavigationBar\NavigationBarItems\RoslynNavigationBarItem.GenerateMethodItem.cs (1)
26=> throw new NotImplementedException();
NavigationBar\NavigationBarItems\RoslynNavigationBarItem.SymbolItem.cs (2)
51=> throw new NotImplementedException(); 125=> throw new NotImplementedException();
QuickInfo\AbstractEmbeddedLanguageQuickInfoProvider.cs (1)
51throw new NotImplementedException();
Microsoft.CodeAnalysis.Features.Test.Utilities (17)
BrokeredServices\MockServiceBroker.cs (2)
23=> throw new NotImplementedException(); 26=> ValueTaskFactory.FromResult((T?)(CreateService ?? throw new NotImplementedException()).Invoke(typeof(T)));
EditAndContinue\MockActiveStatementSpanProvider.cs (2)
18=> new((GetBaseActiveStatementSpansImpl ?? throw new NotImplementedException()).Invoke(solution, documentIds)); 21=> new((GetAdjustedActiveStatementSpansImpl ?? throw new NotImplementedException()).Invoke(document, activeStatementSpanProvider));
EditAndContinue\MockCompilationOutputs.cs (2)
25=> (OpenAssemblyStreamImpl ?? throw new NotImplementedException())(); 28=> (OpenPdbStreamImpl ?? throw new NotImplementedException())();
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();
EditAndContinue\MockManagedEditAndContinueDebuggerService.cs (1)
37throw new NotImplementedException();
EditAndContinue\SymReaderTestHelpers.cs (4)
23public object GetMetadataImport() => throw new NotImplementedException(); 29=> throw new NotImplementedException(); 32=> throw new NotImplementedException(); 35=> throw new NotImplementedException();
Microsoft.CodeAnalysis.Features.UnitTests (1)
EditAndContinue\EditAndContinueMethodDebugInfoReaderTests.cs (1)
29public object GetMetadataImport() => throw new NotImplementedException();
Microsoft.CodeAnalysis.LanguageServer (4)
HostWorkspace\MetadataService.cs (1)
58throw new NotImplementedException();
Testing\TestRunner.DebugTestHostLauncher.cs (2)
37throw new NotImplementedException(); 43throw new NotImplementedException();
Testing\TestRunner.TestRunHandler.cs (1)
96throw new NotImplementedException();
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\MapCode\MapCodeHandler.cs (1)
42throw new NotImplementedException("mapCode Request failed: additional workspace 'Update' is currently not supported");
Handler\RequestContextFactory.cs (1)
58throw new NotImplementedException($"TextDocumentIdentifier in an unrecognized type for method: {queueItem.MethodName}");
Protocol\Internal\Efficiency\OptimizedVSCompletionListJsonConverter.cs (1)
19public override OptimizedVSCompletionList Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options) => throw new NotImplementedException();
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\QueueItem.cs (1)
217throw new NotImplementedException($"Unrecognized {nameof(IMethodHandler)} implementation {handler.GetType()}.");
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
InlineCompletions\TestSnippetInfoService.cs (2)
44throw new NotImplementedException(); 49throw new NotImplementedException();
Microsoft.CodeAnalysis.PublicApiAnalyzers (10)
src\RoslynAnalyzers\Utilities\Compiler\Extensions\ISymbolExtensions.cs (1)
559_ => throw new NotImplementedException(),
src\RoslynAnalyzers\Utilities\Compiler\Extensions\ReportDiagnosticExtensions.cs (2)
20_ => throw new NotImplementedException(), 34_ => throw new NotImplementedException(),
src\RoslynAnalyzers\Utilities\Compiler\Options\AbstractCategorizedAnalyzerConfigOptions.cs (1)
63_ => throw new NotImplementedException()
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledConcurrentSet.cs (1)
101public void CopyTo(T[] array, int arrayIndex) => throw new NotImplementedException();
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (5)
728throw new NotImplementedException(); 834throw new NotImplementedException(); 845throw new NotImplementedException(); 940throw new NotImplementedException(); 953throw new NotImplementedException();
Microsoft.CodeAnalysis.Rebuild.UnitTests (9)
DeterministicKeyBuilderTests.Helpers.cs (9)
32public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => throw new NotImplementedException(); 34public override void Initialize(AnalysisContext context) => throw new NotImplementedException(); 39public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => throw new NotImplementedException(); 41public override void Initialize(AnalysisContext context) => throw new NotImplementedException(); 46public void Execute(GeneratorExecutionContext context) => throw new NotImplementedException(); 48public void Initialize(GeneratorInitializationContext context) => throw new NotImplementedException(); 53public void Execute(GeneratorExecutionContext context) => throw new NotImplementedException(); 55public void Initialize(GeneratorInitializationContext context) => throw new NotImplementedException(); 60public void Initialize(IncrementalGeneratorInitializationContext context) => throw new NotImplementedException();
Microsoft.CodeAnalysis.ResxSourceGenerator (14)
AbstractResxGenerator.cs (3)
477throw new NotImplementedException(); 540throw new NotImplementedException(); 882throw new NotImplementedException();
src\RoslynAnalyzers\Utilities\Compiler\Extensions\IOperationExtensions.cs (1)
650_ => throw new NotImplementedException()
src\RoslynAnalyzers\Utilities\Compiler\Extensions\ISymbolExtensions.cs (1)
559_ => throw new NotImplementedException(),
src\RoslynAnalyzers\Utilities\Compiler\Extensions\ReportDiagnosticExtensions.cs (2)
20_ => throw new NotImplementedException(), 34_ => throw new NotImplementedException(),
src\RoslynAnalyzers\Utilities\Compiler\Options\AbstractCategorizedAnalyzerConfigOptions.cs (1)
63_ => throw new NotImplementedException()
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledConcurrentSet.cs (1)
101public void CopyTo(T[] array, int arrayIndex) => throw new NotImplementedException();
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (5)
728throw new NotImplementedException(); 834throw new NotImplementedException(); 845throw new NotImplementedException(); 940throw new NotImplementedException(); 953throw new NotImplementedException();
Microsoft.CodeAnalysis.Scripting (2)
Hosting\CommandLine\NotImplementedAnalyzerLoader.cs (2)
16throw new NotImplementedException(); 21throw new NotImplementedException();
Microsoft.CodeAnalysis.Scripting.TestUtilities (7)
ObjectFormatterFixtures\Custom.cs (7)
367throw new NotImplementedException(); 372throw new NotImplementedException(); 377throw new NotImplementedException(); 387get { throw new NotImplementedException(); } 392get { throw new NotImplementedException(); } 431get { throw new NotImplementedException(); } 436get { throw new NotImplementedException(); }
Microsoft.CodeAnalysis.Test.Utilities (108)
Assert\AssertEx.cs (1)
122throw new NotImplementedException();
Compilation\TestOperationVisitor.cs (1)
31throw new NotImplementedException(operation.GetType().ToString());
CompilationVerifier.cs (1)
410throw new NotImplementedException();
Diagnostics\CommonDiagnosticAnalyzers.cs (3)
983public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => throw new NotImplementedException(); 1021throw new NotImplementedException(); 2539throw new NotImplementedException();
Diagnostics\ThrowingDiagnosticAnalyzer.cs (1)
34throw new NotImplementedException();
Mocks\TestAnalyzerAssemblyLoader.cs (1)
17new TestAnalyzerAssemblyLoader(loadFromPath: _ => throw new NotImplementedException());
Mocks\TestAnalyzerReference.cs (5)
24public override string Display => _display ?? throw new NotImplementedException(); 25public override string FullPath => _fullPath ?? throw new NotImplementedException(); 26public override object Id => _id ?? throw new NotImplementedException(); 28public override ImmutableArray<DiagnosticAnalyzer> GetAnalyzers(string language) => throw new NotImplementedException(); 29public override ImmutableArray<DiagnosticAnalyzer> GetAnalyzersForAllLanguages() => throw new NotImplementedException();
Mocks\TestMessageProvider.cs (89)
18get { throw new NotImplementedException(); } 23throw new NotImplementedException(); 28throw new NotImplementedException(); 33throw new NotImplementedException(); 38throw new NotImplementedException(); 43get { throw new NotImplementedException(); } 48get { throw new NotImplementedException(); } 53get { throw new NotImplementedException(); } 56public override int ERR_MultipleAnalyzerConfigsInSameDir => throw new NotImplementedException(); 60get { throw new NotImplementedException(); } 65get { throw new NotImplementedException(); } 70get { throw new NotImplementedException(); } 75get { throw new NotImplementedException(); } 80get { throw new NotImplementedException(); } 85get { throw new NotImplementedException(); } 90get { throw new NotImplementedException(); } 95get { throw new NotImplementedException(); } 100get { throw new NotImplementedException(); } 105get { throw new NotImplementedException(); } 110get { throw new NotImplementedException(); } 115get { throw new NotImplementedException(); } 120get { throw new NotImplementedException(); } 125get { throw new NotImplementedException(); } 130get { throw new NotImplementedException(); } 135get { throw new NotImplementedException(); } 140get { throw new NotImplementedException(); } 145get { throw new NotImplementedException(); } 150get { throw new NotImplementedException(); } 155get { throw new NotImplementedException(); } 160get { throw new NotImplementedException(); } 165get { throw new NotImplementedException(); } 170get { throw new NotImplementedException(); } 175get { throw new NotImplementedException(); } 180get { throw new NotImplementedException(); } 185get { throw new NotImplementedException(); } 190get { throw new NotImplementedException(); } 195get { throw new NotImplementedException(); } 200get { throw new NotImplementedException(); } 205get { throw new NotImplementedException(); } 210get { throw new NotImplementedException(); } 215get { throw new NotImplementedException(); } 220get { throw new NotImplementedException(); } 225get { throw new NotImplementedException(); } 230get { throw new NotImplementedException(); } 235get { throw new NotImplementedException(); } 240get { throw new NotImplementedException(); } 245get { throw new NotImplementedException(); } 250get { throw new NotImplementedException(); } 255get { throw new NotImplementedException(); } 260throw new NotImplementedException(); 265throw new NotImplementedException(); 270throw new NotImplementedException(); 275throw new NotImplementedException(); 280throw new NotImplementedException(); 285throw new NotImplementedException(); 290throw new NotImplementedException(); 295throw new NotImplementedException(); 300throw new NotImplementedException(); 305throw new NotImplementedException(); 310throw new NotImplementedException(); 315get { throw new NotImplementedException(); } 320throw new NotImplementedException(); 327throw new NotImplementedException(); 335throw new NotImplementedException(); 343throw new NotImplementedException(); 351throw new NotImplementedException(); 359throw new NotImplementedException(); 367throw new NotImplementedException(); 375throw new NotImplementedException(); 383throw new NotImplementedException(); 391throw new NotImplementedException(); 399throw new NotImplementedException(); 407throw new NotImplementedException(); 415throw new NotImplementedException(); 423throw new NotImplementedException(); 431throw new NotImplementedException(); 439throw new NotImplementedException(); 447throw new NotImplementedException(); 455throw new NotImplementedException(); 463throw new NotImplementedException(); 467public override int ERR_InvalidHashAlgorithmName => throw new NotImplementedException(); 469public override int WRN_GeneratorFailedDuringGeneration => throw new NotImplementedException(); 471public override int WRN_GeneratorFailedDuringInitialization => throw new NotImplementedException(); 473public override int WRN_AnalyzerReferencesFramework => throw new NotImplementedException(); 475public override int WRN_AnalyzerReferencesNewerCompiler => throw new NotImplementedException(); 477public override int WRN_DuplicateAnalyzerReference => throw new NotImplementedException(); 479public override int ERR_FunctionPointerTypesInAttributeNotSupported => throw new NotImplementedException(); 481public override int ERR_DataSectionStringLiteralHashCollision => throw new NotImplementedException(); 483public override int? WRN_ByValArraySizeConstRequired => throw new NotImplementedException();
Mocks\TestMetadataReference.cs (2)
51throw new NotImplementedException(); 92throw new NotImplementedException();
Mocks\TestStream.cs (3)
66throw new NotImplementedException(); 85throw new NotImplementedException(); 111throw new NotImplementedException();
SourceGeneration\TestSourceGenerator.cs (1)
18=> (ExecuteImpl ?? throw new NotImplementedException()).Invoke(context);
Microsoft.CodeAnalysis.UnitTests (57)
Analyzers\AnalyzerFileReferenceTests.cs (30)
598public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get { throw new NotImplementedException(); } } 599public override void Initialize(AnalysisContext context) { throw new NotImplementedException(); } 605public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get { throw new NotImplementedException(); } } 606public override void Initialize(AnalysisContext context) { throw new NotImplementedException(); } 612public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get { throw new NotImplementedException(); } } 613public override void Initialize(AnalysisContext context) { throw new NotImplementedException(); } 619public void Execute(GeneratorExecutionContext context) => throw new NotImplementedException(); 620public void Initialize(GeneratorInitializationContext context) => throw new NotImplementedException(); 628public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get { throw new NotImplementedException(); } } 629public override void Initialize(AnalysisContext context) { throw new NotImplementedException(); } 635public void Execute(GeneratorExecutionContext context) => throw new NotImplementedException(); 636public void Initialize(GeneratorInitializationContext context) => throw new NotImplementedException(); 661public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get { throw new NotImplementedException(); } } 662public override void Initialize(AnalysisContext context) { throw new NotImplementedException(); } 671public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get { throw new NotImplementedException(); } } 672public override void Initialize(AnalysisContext context) { throw new NotImplementedException(); } 678public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get { throw new NotImplementedException(); } } 679public override void Initialize(AnalysisContext context) { throw new NotImplementedException(); } 685public void Execute(GeneratorExecutionContext context) => throw new NotImplementedException(); 686public void Initialize(GeneratorInitializationContext context) => throw new NotImplementedException(); 691public void Execute(GeneratorExecutionContext context) => throw new NotImplementedException(); 692public void Initialize(GeneratorInitializationContext context) => throw new NotImplementedException(); 698public virtual void Execute(GeneratorExecutionContext context) => throw new NotImplementedException(); 699public void Initialize(GeneratorInitializationContext context) => throw new NotImplementedException(); 705public override void Execute(GeneratorExecutionContext context) => throw new NotImplementedException(); 729public void Initialize(IncrementalGeneratorInitializationContext context) => throw new NotImplementedException(); 734public void Initialize(IncrementalGeneratorInitializationContext context) => throw new NotImplementedException(); 740public void Execute(GeneratorExecutionContext context) => throw new NotImplementedException(); 742public void Initialize(IncrementalGeneratorInitializationContext context) => throw new NotImplementedException(); 744public void Initialize(GeneratorInitializationContext context) => throw new NotImplementedException();
Collections\EnumerableExtensionsTests.cs (3)
42public IEnumerator<T> GetEnumerator() => throw new NotImplementedException(); 43IEnumerator IEnumerable.GetEnumerator() => throw new NotImplementedException(); 49public int GetHashCode(int obj) => throw new NotImplementedException();
Collections\ImmutableListTestBase.cs (1)
593throw new NotImplementedException();
Collections\IndexOfTests.cs (1)
175throw new NotImplementedException();
Collections\List\SegmentedList.Generic.Tests.AddRange.cs (8)
158public bool IsReadOnly => throw new NotImplementedException(); 159public void Add(T item) => throw new NotImplementedException(); 160public void Clear() => throw new NotImplementedException(); 161public bool Contains(T item) => throw new NotImplementedException(); 162public void CopyTo(T[] array, int arrayIndex) => throw new NotImplementedException(); 163public IEnumerator<T> GetEnumerator() => throw new NotImplementedException(); 164public bool Remove(T item) => throw new NotImplementedException(); 165IEnumerator IEnumerable.GetEnumerator() => throw new NotImplementedException();
Diagnostics\DiagnosticLocalizationTests.cs (5)
223throw new NotImplementedException(); 233throw new NotImplementedException(); 391throw new NotImplementedException(); 396throw new NotImplementedException(); 401throw new NotImplementedException();
MetadataReferences\MetadataReferenceTests.cs (8)
243throw new NotImplementedException(); 248throw new NotImplementedException(); 479throw new NotImplementedException(); 484throw new NotImplementedException(); 489throw new NotImplementedException(); 507throw new NotImplementedException(); 512throw new NotImplementedException(); 517throw new NotImplementedException();
Symbols\DocumentationCommentIdTests.cs (1)
190=> throw new NotImplementedException();
Microsoft.CodeAnalysis.Workspaces (33)
Editing\SyntaxGenerator.cs (1)
263throw new NotImplementedException();
Serialization\SerializerService_Reference.cs (1)
521throw new NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.Enumerator.cs (1)
23public TextSpan GetSpan(T value) => throw new System.NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.NodeEnumerator.cs (1)
87=> throw new System.NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ITypeSymbolExtensions.AnonymousTypeRemover.cs (1)
17=> throw new NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ITypeSymbolExtensions.CollectTypeParameterSymbolsVisitor.cs (1)
24=> throw new NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ITypeSymbolExtensions.MinimalAccessibilityVisitor.cs (1)
16=> throw new NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ITypeSymbolExtensions.SubstituteTypesVisitor.cs (1)
32=> throw new NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ITypeSymbolExtensions.UnavailableTypeParameterRemover.cs (1)
18=> throw new NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ITypeSymbolExtensions.UnnamedErrorTypeRemover.cs (1)
17=> throw new NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractTriviaDataFactory.FormattedWhitespace.cs (4)
55=> throw new NotImplementedException(); 58=> throw new NotImplementedException(); 61=> throw new NotImplementedException(); 66throw new NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractTriviaDataFactory.Whitespace.cs (1)
87=> throw new NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.NamespaceSymbolKey.cs (1)
52throw new NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.SymbolKeyReader.cs (1)
534_ => throw new NotImplementedException(),
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationAbstractNamedTypeSymbol.cs (1)
120public bool IsUnmanagedType => throw new NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationSymbol.cs (4)
199=> throw new NotImplementedException(); 202=> throw new NotImplementedException(); 205=> throw new NotImplementedException(); 208=> throw new NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationTypeParameterSymbol.cs (1)
88public NullableAnnotation ReferenceTypeConstraintNullableAnnotation => throw new System.NotImplementedException();
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationTypeSymbol.cs (5)
63=> throw new System.NotImplementedException(); 66=> throw new System.NotImplementedException(); 69=> throw new System.NotImplementedException(); 72=> throw new System.NotImplementedException(); 80bool ITypeSymbol.IsUnmanagedType => throw new System.NotImplementedException();
Workspace\Solution\ProjectCone.cs (1)
36=> throw new NotImplementedException();
Workspace\Solution\SolutionCompilationState.WithFrozenSourceGeneratedDocumentsCompilationTracker.cs (1)
228throw new NotImplementedException();
Workspace\Solution\TextLoader.cs (1)
71throw new NotImplementedException($"{GetType()} must override {nameof(LoadTextAndVersionAsync)}");
Workspace\Workspace_Editor.cs (1)
632throw new NotImplementedException();
Workspace\Workspace_Events.cs (1)
164=> throw new NotImplementedException();
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (1)
SolutionGeneration.cs (1)
246throw new NotImplementedException("Need VB support");
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (2)
TestDocumentServiceProvider.cs (2)
70throw new NotImplementedException(); 75throw new NotImplementedException();
Microsoft.CodeAnalysis.Workspaces.UnitTests (7)
CodeCleanup\MockCodeCleanupProvider.cs (2)
28=> (CleanupDocumentAsyncImpl ?? throw new NotImplementedException()).Invoke(this, document, spans, options.FormattingOptions, cancellationToken); 31=> Task.FromResult((CleanupNodeImpl ?? throw new NotImplementedException()).Invoke(root, spans, options, services));
Remote\ServiceDescriptorTests.cs (4)
166public override int MaxCharCount => throw new NotImplementedException(); 167public override EncoderFallbackBuffer CreateFallbackBuffer() => throw new NotImplementedException(); 172public override int MaxCharCount => throw new NotImplementedException(); 173public override DecoderFallbackBuffer CreateFallbackBuffer() => throw new NotImplementedException();
SolutionTests\SolutionTests.cs (1)
2968throw new NotImplementedException();
Microsoft.CommonLanguageServerProtocol.Framework.Example (4)
MultiRegisteringHandler.cs (4)
16public bool MutatesSolutionState => throw new System.NotImplementedException(); 21throw new System.NotImplementedException(); 27throw new System.NotImplementedException(); 33throw new System.NotImplementedException();
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
QueueItem.cs (1)
217throw new NotImplementedException($"Unrecognized {nameof(IMethodHandler)} implementation {handler.GetType()}.");
Microsoft.CommonLanguageServerProtocol.Framework.UnitTests (6)
Mocks\TestMethodHandlers.cs (2)
78throw new NotImplementedException(); 154throw new NotImplementedException();
RequestExecutionQueueTests.cs (1)
27throw new NotImplementedException();
TestExampleLanguageServer.cs (3)
88throw new NotImplementedException(); 171public bool MutatesSolutionState => throw new System.NotImplementedException(); 175throw new System.NotImplementedException();
Microsoft.Data.Analysis (83)
DataFrame.Arrow.cs (1)
141throw new NotImplementedException($"{fieldType.Name}");
DataFrame.Join.cs (1)
402throw new NotImplementedException(nameof(joinAlgorithm));
DataFrameColumn.BinaryOperations.cs (40)
20throw new NotImplementedException(); 28throw new NotImplementedException(); 36throw new NotImplementedException(); 44throw new NotImplementedException(); 52throw new NotImplementedException(); 60throw new NotImplementedException(); 68throw new NotImplementedException(); 76throw new NotImplementedException(); 84throw new NotImplementedException(); 92throw new NotImplementedException(); 100throw new NotImplementedException(); 108throw new NotImplementedException(); 116throw new NotImplementedException(); 124throw new NotImplementedException(); 132throw new NotImplementedException(); 140throw new NotImplementedException(); 148throw new NotImplementedException(); 156throw new NotImplementedException(); 164throw new NotImplementedException(); 172throw new NotImplementedException(); 180throw new NotImplementedException(); 188throw new NotImplementedException(); 196throw new NotImplementedException(); 204throw new NotImplementedException(); 212throw new NotImplementedException(); 220throw new NotImplementedException(); 228throw new NotImplementedException(); 236throw new NotImplementedException(); 244throw new NotImplementedException(); 252throw new NotImplementedException(); 260throw new NotImplementedException(); 268throw new NotImplementedException(); 276throw new NotImplementedException(); 284throw new NotImplementedException(); 292throw new NotImplementedException(); 300throw new NotImplementedException(); 308throw new NotImplementedException(); 316throw new NotImplementedException(); 324throw new NotImplementedException(); 332throw new NotImplementedException();
DataFrameColumn.Computations.cs (20)
20throw new NotImplementedException(); 28throw new NotImplementedException(); 36throw new NotImplementedException(); 44throw new NotImplementedException(); 52throw new NotImplementedException(); 60throw new NotImplementedException(); 68throw new NotImplementedException(); 76throw new NotImplementedException(); 84throw new NotImplementedException(); 92throw new NotImplementedException(); 100throw new NotImplementedException(); 108throw new NotImplementedException(); 116throw new NotImplementedException(); 124throw new NotImplementedException(); 132throw new NotImplementedException(); 140throw new NotImplementedException(); 148throw new NotImplementedException(); 156throw new NotImplementedException(); 164throw new NotImplementedException(); 172throw new NotImplementedException();
DataFrameColumn.cs (15)
210protected internal virtual void Resize(long length) => throw new NotImplementedException(); 255public virtual Dictionary<TKey, ICollection<long>> GroupColumnValues<TKey>(out HashSet<long> nullIndices) => throw new NotImplementedException(); 298public virtual DataFrame ValueCounts() => throw new NotImplementedException(); 300public virtual GroupBy GroupBy(int columnIndex, DataFrame parent) => throw new NotImplementedException(); 320protected internal virtual Field GetArrowField() => throw new NotImplementedException(); 325protected internal virtual Apache.Arrow.Array ToArrowArray(long startIndex, int numberOfRows) => throw new NotImplementedException(); 334protected internal virtual Delegate GetDataViewGetter(DataViewRowCursor cursor) => throw new NotImplementedException(); 342protected internal virtual void AddDataViewColumn(DataViewSchema.Builder builder) => throw new NotImplementedException(); 349protected internal virtual void AddValueUsingCursor(DataViewRowCursor cursor, Delegate ValueGetter) => throw new NotImplementedException(); 356protected internal virtual Delegate GetValueGetterUsingCursor(DataViewRowCursor cursor, DataViewSchema.Column schemaColumn) => throw new NotImplementedException(); 374protected virtual DataFrameColumn ClampImplementation<U>(U min, U max, bool inPlace) => throw new NotImplementedException(); 390protected virtual DataFrameColumn FilterImplementation<U>(U min, U max) => throw new NotImplementedException(); 400public virtual double Mean() => throw new NotImplementedException(); 405public virtual double Median() => throw new NotImplementedException(); 426public virtual DataFrameColumn Description() => throw new NotImplementedException();
DataFrameColumns\StringDataFrameColumn.cs (1)
438throw new NotImplementedException(nameof(TKey));
DataFrameColumns\VBufferDataFrameColumn.cs (1)
387protected internal override PrimitiveDataFrameColumn<long> GetSortIndices(bool ascending, bool putNullValuesLast) => throw new NotImplementedException();
PrimitiveDataFrameColumn.cs (4)
111throw new NotImplementedException(nameof(T)); 192throw new NotImplementedException(type.ToString()); 491throw new NotImplementedException(); 650throw new NotImplementedException(nameof(TKey));
Microsoft.Data.Analysis.Tests (4)
ArrayComparer.cs (3)
53public void Visit(ListArray array) => throw new NotImplementedException(); 55public void Visit(BinaryArray array) => throw new NotImplementedException(); 56public void Visit(IArrowArray array) => throw new NotImplementedException();
DataFrame.IOTests.cs (1)
119throw new NotImplementedException("Unit test has to be updated");
Microsoft.DotNet.Arcade.Sdk (3)
src\GenerateResxSource.cs (3)
176throw new NotImplementedException(); 228throw new NotImplementedException(); 538throw new NotImplementedException();
Microsoft.DotNet.AsmDiff (1)
DiffApiDefinition.cs (1)
58throw new NotImplementedException("Unknown CCI object type: " + obj.GetType());
Microsoft.DotNet.Build.Manifest (1)
AssetManifestModel.cs (1)
16public override XElement ToXml() => throw new NotImplementedException();
Microsoft.DotNet.Build.Tasks.Feed (7)
src\AssetPublisherFactory.cs (1)
47throw new NotImplementedException();
src\AzureDevOpsArtifactFeed.cs (1)
54throw new NotImplementedException($"Project '{project}' within organization '{organization}' contains no feed permissions information.");
src\BlobUrlInfo.cs (1)
70throw new NotImplementedException("Authenticated SAS token blob URIs is not yet implemented");
src\CreateAzureDevOpsFeed.cs (1)
211throw new NotImplementedException($"Project '{project}' within organization '{organization}' has no visibility mapping.");
src\PublishArtifactsInManifestBase.cs (2)
824_ => throw new NotImplementedException($"Unknown asset selection type '{feedConfig.AssetSelection}'") 1044_ => throw new NotImplementedException("Unknown asset selection type '{feedConfig.AssetSelection}'")
src\PublishArtifactsInManifestV4.cs (1)
235_ => throw new NotImplementedException($"Unknown asset selection type '{feedConfig.AssetSelection}'")
Microsoft.DotNet.Build.Tasks.Feed.Tests (11)
PublishArtifactsInManifestTests.cs (11)
250public override bool CanRead => throw new NotImplementedException(); 252public override bool CanSeek => throw new NotImplementedException(); 254public override bool CanWrite => throw new NotImplementedException(); 256public override long Length => throw new NotImplementedException(); 258public override long Position { get => throw new NotImplementedException(); set => throw new NotImplementedException(); } 262throw new NotImplementedException(); 267throw new NotImplementedException(); 272throw new NotImplementedException(); 277throw new NotImplementedException(); 282throw new NotImplementedException();
Microsoft.DotNet.Build.Tasks.Packaging.Tests (1)
TestBuildEngine.cs (1)
33throw new NotImplementedException();
Microsoft.DotNet.Git.IssueManager (2)
Helpers\RepositoryHelper.cs (2)
70throw new NotImplementedException("Creating issues is not currently supported for an Azure DevOps repo."); 98throw new NotImplementedException("Creating comments is not currently supported for an Azure DevOps repo.");
Microsoft.DotNet.NuGetRepack.Tests (1)
TestHelpers\AssertEx.cs (1)
117throw new NotImplementedException();
Microsoft.DotNet.SignCheckLibrary (3)
Logging\ConsoleLogger.cs (2)
64throw new NotImplementedException("ConsoleLogger does not support WriteStartResult."); 69throw new NotImplementedException("ConsoleLogger does not support WriteEndResult.");
Verification\ArchiveVerifier.cs (1)
71throw new NotImplementedException();
Microsoft.DotNet.SignTool (3)
src\SignTool.cs (1)
233throw new NotImplementedException($"The zip file path '{zipFilePath}' already exists.");
src\ZipData.cs (2)
88throw new NotImplementedException("RPM signing is only supported on Linux platform"); 139throw new NotImplementedException("RPM signing is only supported on Linux platform");
Microsoft.DotNet.StrongName (1)
Signing.cs (1)
186throw new NotImplementedException("Cannot sign with the ECMA key.");
Microsoft.DotNet.VersionTools.Cli (1)
VersionTrimmingOperation.cs (1)
47throw new NotImplementedException("Version trimming applies only to NuGet assets. " +
Microsoft.DotNet.XUnitAssert.Tests (25)
AsyncCollectionAssertsTests.cs (7)
350 public int GetHashCode(int obj) => throw new NotImplementedException(); 535 public int GetHashCode(int obj) => throw new NotImplementedException(); 830 public int GetHashCode(int obj) => throw new NotImplementedException(); 850 throw new NotImplementedException(); 897 throw new NotImplementedException(); 1217 public int GetHashCode(int obj) => throw new NotImplementedException(); 1256 throw new NotImplementedException();
CollectionAssertsTests.cs (9)
384 public int GetHashCode(int obj) => throw new NotImplementedException(); 613 public int GetHashCode(int obj) => throw new NotImplementedException(); 910 throw new NotImplementedException(); 1071 public int GetHashCode(int obj) => throw new NotImplementedException(); 1090 throw new NotImplementedException(); 1127 throw new NotImplementedException(); 1801 public int GetHashCode(int obj) => throw new NotImplementedException(); 1827 throw new NotImplementedException(); 2616 public void Reset() => throw new NotImplementedException();
EqualityAssertsTests.cs (8)
100 public int GetHashCode(T obj) => throw new NotImplementedException(); 123 throw new NotImplementedException(); 146 throw new NotImplementedException(); 1068 throw new NotImplementedException(); 2384 public int GetHashCode(T obj) => throw new NotImplementedException(); 2407 throw new NotImplementedException(); 2430 throw new NotImplementedException(); 2453 throw new NotImplementedException();
Sdk\ArgumentFormatterTests.cs (1)
444 public string MyThrowingProperty { get { throw new NotImplementedException(); } }
Microsoft.Extensions.AI.Tests (1)
Functions\AIFunctionFactoryTest.cs (1)
136public IAsyncEnumerator<int> GetAsyncEnumerator(CancellationToken cancellationToken = default) => throw new NotImplementedException();
Microsoft.Extensions.Configuration.KeyPerFile.Tests (2)
KeyPerFileTests.cs (2)
515public DateTimeOffset LastModified => throw new NotImplementedException(); 517public long Length => throw new NotImplementedException();
Microsoft.Extensions.Diagnostics.HealthChecks.Tests (4)
DependencyInjection\HealthChecksBuilderTest.cs (2)
235throw new System.NotImplementedException(); 253throw new System.NotImplementedException();
DependencyInjection\ServiceCollectionExtensionsTest.cs (2)
87throw new System.NotImplementedException(); 92throw new System.NotImplementedException();
Microsoft.Extensions.FileProviders.Embedded.Tests (1)
TestFileInfo.cs (1)
28public DateTimeOffset LastModified => throw new NotImplementedException();
Microsoft.Extensions.Logging.Console (2)
src\libraries\Common\src\System\Text\Json\PooledByteBufferWriter.cs (2)
90public override void CancelPendingFlush() => throw new NotImplementedException(); 91public override void Complete(Exception? exception = null) => throw new NotImplementedException();
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.Interop.SourceGeneration (2)
Marshalling\MarshallerHelpers.cs (2)
414throw new NotImplementedException($"Support for some RefKind: {typeInfo.RefKind}"); 435_ => throw new NotImplementedException($"Support for some RefKind: {typeInfo.RefKind}")
Microsoft.JSInterop.Tests (13)
Infrastructure\DotNetDispatcherTest.cs (2)
1094throw new NotImplementedException(); 1109throw new NotImplementedException();
JSInProcessRuntimeTest.cs (4)
101throw new NotImplementedException(); 111=> throw new NotImplementedException("This test only covers sync calls"); 114=> throw new NotImplementedException("This test only covers sync calls"); 117=> throw new NotImplementedException("This test only covers sync calls");
JSObjectReferenceTest.cs (3)
80throw new NotImplementedException(); 98throw new NotImplementedException(); 110throw new NotImplementedException();
JSRuntimeTest.cs (1)
480throw new NotImplementedException();
TestJSRuntime.cs (3)
13throw new NotImplementedException(); 18throw new NotImplementedException(); 23throw new NotImplementedException();
Microsoft.Maui (60)
Dispatching\Dispatcher.Standard.cs (4)
13 throw new NotImplementedException(); 16 throw new NotImplementedException(); 19 throw new NotImplementedException(); 22 throw new NotImplementedException();
Handlers\ActivityIndicator\ActivityIndicatorHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\Application\ApplicationHandler.Standard.cs (1)
7 protected override object CreatePlatformElement() => throw new NotImplementedException();
Handlers\Border\BorderHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\Button\ButtonHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\CheckBox\CheckBoxHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\ContentView\ContentViewHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\DatePicker\DatePickerHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\Editor\EditorHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\Entry\EntryHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\FlyoutView\FlyoutViewHandler.Standard.cs (1)
9 throw new System.NotImplementedException();
Handlers\GraphicsView\GraphicsViewHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\HybridWebView\HybridWebViewHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\Image\ImageHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\ImageButton\ImageButtonHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\IndicatorView\IndicatorViewHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\Label\LabelHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\Layout\LayoutHandler.Standard.cs (8)
9 public void Add(IView view) => throw new NotImplementedException(); 10 public void Remove(IView view) => throw new NotImplementedException(); 11 public void Clear() => throw new NotImplementedException(); 12 public void Insert(int index, IView view) => throw new NotImplementedException(); 13 public void Update(int index, IView view) => throw new NotImplementedException(); 14 public void UpdateZIndex(IView view) => throw new NotImplementedException(); 16 public static partial void MapBackground(ILayoutHandler handler, ILayout layout) => throw new NotImplementedException(); 18 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\MenuBar\MenuBarHandler.Standard.cs (1)
9 throw new NotImplementedException();
Handlers\MenuBarItem\MenuBarItemHandler.Standard.cs (1)
9 throw new NotImplementedException();
Handlers\MenuFlyoutHandler\MenuFlyoutHandler.Standard.cs (1)
9 throw new NotImplementedException();
Handlers\MenuFlyoutItem\MenuFlyoutItemHandler.cs (1)
48 throw new NotImplementedException();
Handlers\MenuFlyoutSeparator\MenuFlyoutSeparatorHandler.cs (1)
41 throw new NotImplementedException();
Handlers\MenuFlyoutSubItem\MenuFlyoutSubItemHandler.Standard.cs (1)
9 throw new NotImplementedException();
Handlers\NavigationPage\NavigationViewHandler.Standard.cs (2)
9 throw new NotImplementedException(); 14 throw new NotImplementedException();
Handlers\Picker\PickerHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\ProgressBar\ProgressBarHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\RadioButton\RadioButtonHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\RefreshView\RefreshViewHandler.Standard.cs (1)
9 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\ScrollView\ScrollViewHandler.Standard.cs (1)
9 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\SearchBar\SearchBarHandler.Standard.cs (2)
7 protected override object CreatePlatformView() => throw new NotImplementedException(); 9 public object? QueryEditor => throw new NotImplementedException();
Handlers\ShapeView\ShapeViewHandler.Standard.cs (1)
8 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\Slider\SliderHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\Stepper\StepperHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\SwipeItemMenuItem\SwipeItemMenuItemHandler.Standard.cs (1)
11 throw new NotImplementedException();
Handlers\SwipeItemView\SwipeItemViewHandler.Standard.cs (1)
9 throw new NotImplementedException();
Handlers\SwipeView\SwipeViewHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\Switch\SwitchHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\TabbedView\TabbedViewHandler.cs (1)
40 throw new NotImplementedException();
Handlers\TimePicker\TimePickerHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\Toolbar\ToolbarHandler.Standard.cs (1)
7 protected override object CreatePlatformElement() => throw new NotImplementedException();
Handlers\WebView\WebViewHandler.Standard.cs (1)
7 protected override object CreatePlatformView() => throw new NotImplementedException();
Handlers\Window\WindowHandler.Standard.cs (1)
7 protected override object CreatePlatformElement() => throw new NotImplementedException();
Hosting\ImageSources\IImageSourceServiceProvider.cs (2)
18 Type GetImageSourceServiceType(Type imageSource) => throw new NotImplementedException(); 22 Type GetImageSourceType(Type imageSource) => throw new NotImplementedException();
ImageSources\ImageSourceExtensions.cs (1)
62 throw new NotImplementedException();
Platform\ViewExtensions.cs (2)
144 throw new NotImplementedException(); 163 throw new NotImplementedException();
Microsoft.Maui.Controls (30)
Application\Application.cs (2)
540 throw new NotImplementedException($"Either set {nameof(MainPage)} or override {nameof(Application.CreateWindow)}."); 550 throw new NotImplementedException($"Either set {nameof(MainPage)} or override {nameof(Application.CreateWindow)}.");
ContentConverter.cs (1)
29 throw new NotImplementedException();
Device.cs (1)
148 throw new NotImplementedException("The current platform does not implement the IFontNamedSizeService dependency service.");
Handlers\Items\CarouselViewHandler.Standard.cs (1)
10 throw new NotImplementedException();
Handlers\Items\CollectionViewHandler.Standard.cs (1)
13 throw new NotImplementedException();
Handlers\Items\GroupableItemsViewHandler.Standard.cs (1)
13 throw new NotImplementedException();
Handlers\Items\ItemsViewHandler.Standard.cs (1)
13 throw new NotImplementedException();
Handlers\Items\ReorderableItemsViewHandler.Standard.cs (1)
10 throw new NotImplementedException();
Handlers\Items\SelectableItemsViewHandler.Standard.cs (1)
13 throw new NotImplementedException();
Handlers\Items\StructuredItemsViewHandler.Standard.cs (1)
10 throw new NotImplementedException();
RadioButton\RadioButton.cs (1)
703 throw new NotImplementedException();
ReadOnlyListAdapter.cs (10)
28 throw new NotImplementedException(); 38 get { throw new NotImplementedException(); } 43 get { throw new NotImplementedException(); } 53 throw new NotImplementedException(); 58 throw new NotImplementedException(); 73 throw new NotImplementedException(); 78 get { throw new NotImplementedException(); } 89 set { throw new NotImplementedException(); } 94 throw new NotImplementedException(); 99 throw new NotImplementedException();
ReferenceTypeConverter.cs (1)
47 => throw new NotImplementedException();
ResourceDictionary.cs (1)
454 => throw new NotImplementedException();
StyleSheets\Selector.cs (1)
44 throw new NotImplementedException("Attributes not implemented");
StyleSheets\Style.cs (1)
129 throw new NotImplementedException();
StyleSheets\StyleSheet.cs (1)
119 void IStyle.UnApply(BindableObject bindable) => throw new NotImplementedException();
TemplatedItemsList.cs (2)
223 throw new NotImplementedException(); 284 throw new NotImplementedException();
TypeTypeConverter.cs (1)
30 => throw new NotImplementedException();
Microsoft.Maui.Controls.Compatibility (3)
Forms.cs (2)
13 throw new NotImplementedException(); 16 internal static IMauiContext MauiContext => throw new NotImplementedException();
RendererToHandlerShim.cs (1)
166 throw new NotImplementedException();
Microsoft.Maui.Controls.Maps (5)
HandlerImpl\MapElement.Impl.cs (5)
13 LineCap IStroke.StrokeLineCap => throw new NotImplementedException(); 15 LineJoin IStroke.StrokeLineJoin => throw new NotImplementedException(); 17 float[] IStroke.StrokeDashPattern => throw new NotImplementedException(); 19 float IStroke.StrokeDashOffset => throw new NotImplementedException(); 21 float IStroke.StrokeMiterLimit => throw new NotImplementedException();
Microsoft.Maui.Controls.Xaml (2)
XamlServiceProvider.cs (2)
288 public IDictionary<string, string> GetNamespacesInScope(XmlNamespaceScope scope) => throw new NotImplementedException(); 297 public string LookupPrefix(string namespaceName) => throw new NotImplementedException();
Microsoft.Maui.Graphics (2)
PlatformImage.cs (2)
67 throw new NotImplementedException(); 83 throw new NotImplementedException();
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (5)
src\Graphics\src\Graphics\Platforms\Windows\PlatformBitmapExportService.cs (1)
21 throw new NotImplementedException();
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvas.cs (1)
369 throw new NotImplementedException();
src\Graphics\src\Graphics\Platforms\Windows\PlatformImage.cs (3)
81 throw new NotImplementedException(); 87 throw new NotImplementedException(); 154 throw new NotImplementedException();
Microsoft.Maui.Maps (15)
Handlers\Map\MapHandler.Standard.cs (10)
9 protected override object CreatePlatformView() => throw new NotImplementedException(); 11 public static void MapMapType(IMapHandler handler, IMap map) => throw new NotImplementedException(); 13 public static void MapIsShowingUser(IMapHandler handler, IMap map) => throw new NotImplementedException(); 15 public static void MapIsScrollEnabled(IMapHandler handler, IMap map) => throw new NotImplementedException(); 17 public static void MapIsTrafficEnabled(IMapHandler handler, IMap map) => throw new NotImplementedException(); 19 public static void MapIsZoomEnabled(IMapHandler handler, IMap map) => throw new NotImplementedException(); 21 public static void MapMoveToRegion(IMapHandler handler, IMap map, object? arg) => throw new NotImplementedException(); 23 public static void MapPins(IMapHandler handler, IMap map) => throw new NotImplementedException(); 25 public static void MapElements(IMapHandler handler, IMap map) => throw new NotImplementedException(); 27 public void UpdateMapElement(IMapElement element) => throw new NotImplementedException();
Handlers\MapElement\MapElementHandler.Standard.cs (4)
6 protected override object CreatePlatformElement() => throw new System.NotImplementedException(); 7 public static void MapStroke(IMapElementHandler handler, IMapElement mapElement) => throw new System.NotImplementedException(); 8 public static void MapStrokeThickness(IMapElementHandler handler, IMapElement mapElement) => throw new System.NotImplementedException(); 9 public static void MapFill(IMapElementHandler handler, IMapElement mapElement) => throw new System.NotImplementedException();
Handlers\MapPin\MapPinHandler.Standard.cs (1)
6 protected override object CreatePlatformElement() => throw new System.NotImplementedException();
Microsoft.ML.AutoML (14)
API\BinaryClassificationExperiment.cs (1)
482_ => throw new NotImplementedException($"{metric} is not supported!"),
API\MulticlassClassificationExperiment.cs (1)
457_ => throw new NotImplementedException($"{metric} is not supported!"),
API\RegressionExperiment.cs (1)
477_ => throw new NotImplementedException($"{metric} is not supported!"),
AutoMLExperiment\IMetricManager.cs (6)
49_ => throw new NotImplementedException(), 68_ => throw new NotImplementedException(), 88_ => throw new NotImplementedException(), 104_ => throw new NotImplementedException(), 123_ => throw new NotImplementedException(), 138_ => throw new NotImplementedException(),
Experiment\Experiment.cs (1)
111throw new NotImplementedException($"{nameof(ChannelMessageKind)}.{e.Kind} is not yet implemented.");
Experiment\Runners\CrossValSummaryRunner.cs (1)
157throw new NotImplementedException($"Metric {typeof(TMetrics)} not implemented");
SweepableEstimator\Estimators\Images.cs (1)
77throw new NotImplementedException();
Utils\Entity.cs (2)
166throw new NotImplementedException(); 170throw new NotImplementedException();
Microsoft.ML.AutoML.SourceGenerator (3)
SearchSpaceGenerator.cs (2)
108_ => throw new NotImplementedException(), 121_ => throw new NotImplementedException("only support int|boolean|string"),
Utils.cs (1)
126throw new NotImplementedException();
Microsoft.ML.Core (6)
Utilities\Contracts.cs (6)
418=> Process(new NotImplementedException()); 420=> Process(new NotImplementedException(), ctx); 422=> Process(new NotImplementedException(msg)); 424=> Process(new NotImplementedException(msg), ctx); 426=> Process(new NotImplementedException(GetMsg(msg, args))); 428=> Process(new NotImplementedException(GetMsg(msg, args)), ctx);
Microsoft.ML.CpuMath (6)
src\Microsoft.ML.Core\Utilities\Contracts.cs (6)
418=> Process(new NotImplementedException()); 420=> Process(new NotImplementedException(), ctx); 422=> Process(new NotImplementedException(msg)); 424=> Process(new NotImplementedException(msg), ctx); 426=> Process(new NotImplementedException(GetMsg(msg, args))); 428=> Process(new NotImplementedException(GetMsg(msg, args)), ctx);
Microsoft.ML.CpuMath.UnitTests (2)
UnitTests.cs (2)
1011throw new NotImplementedException(); 1024throw new NotImplementedException();
Microsoft.ML.Fairlearn (2)
Metrics\FairlearnMetricCatalog.cs (1)
224throw new NotImplementedException();
Reductions\Moment.cs (1)
70throw new NotImplementedException();
Microsoft.ML.GenAI.Core (2)
Module\RotaryEmbedding.cs (1)
97throw new NotImplementedException("Rope type not implemented");
Utility\AttentionMaskConverter.cs (1)
58throw new NotImplementedException("Sliding window is not supported for non-causal masks");
Microsoft.ML.GenAI.LLaMA (2)
Module\LlamaMLP.cs (1)
53throw new NotImplementedException("PretrainingTp > 1 is not supported yet.");
Module\LlamaModel.cs (1)
110throw new NotImplementedException();
Microsoft.ML.GenAI.Mistral (2)
Mistral_7B_0_3ChatTemplateBuilder.cs (1)
109throw new NotImplementedException();
MistralModel.cs (1)
104throw new NotImplementedException();
Microsoft.ML.GenAI.Phi (3)
Module\Phi2Model.cs (1)
66throw new NotImplementedException("inputEmbeddings is not supported");
Module\Phi3DecoderLayer.cs (1)
89throw new NotImplementedException();
Module\Phi3Model.cs (1)
107throw new NotImplementedException();
Microsoft.ML.OnnxTransformer (3)
OnnxTransform.cs (1)
616=> throw new NotImplementedException("This should never be called!");
OnnxUtils.cs (2)
537throw new NotImplementedException($"Not implemented type {typeof(T)}"); 557throw new NotImplementedException($"Not implemented type {typeof(T)}");
Microsoft.ML.SearchSpace (4)
SearchSpace.cs (4)
226_ => throw new NotImplementedException(), 230_ => throw new NotImplementedException(), 273_ => throw new NotImplementedException(), 277_ => throw new NotImplementedException(),
Microsoft.ML.StandardTrainers (1)
Standard\MulticlassClassification\OneVersusAllTrainer.cs (1)
911throw new NotImplementedException("Softmax's PFA exporter is not implemented yet.");
Microsoft.ML.TensorFlow (1)
TensorflowTransform.cs (1)
699=> throw new NotImplementedException("This should never be called!");
Microsoft.ML.TimeSeries (1)
SlidingWindowTransformBase.cs (1)
146throw new NotImplementedException();
Microsoft.ML.Tokenizers (1)
Utils\StringSpanOrdinalKey.cs (1)
169public override void Write(Utf8JsonWriter writer, Vocabulary value, JsonSerializerOptions options) => throw new NotImplementedException();
Microsoft.ML.TorchSharp (9)
AutoFormerV2\ObjectDetectionTrainer.cs (1)
791=> throw new NotImplementedException("This should never be called!");
Loss\FocalLoss.cs (1)
176throw new NotImplementedException();
NasBert\Models\BaseModel.cs (1)
32=> throw new NotImplementedException();
NasBert\Modules\Embedding\PositionalEmbedding.cs (1)
31=> throw new NotImplementedException();
NasBert\Modules\EmbedTransfer.cs (1)
20public override torch.Tensor forward(torch.Tensor x, int hiddenSize) => throw new NotImplementedException();
NasBert\Modules\HiddenTransfer.cs (1)
20=> throw new NotImplementedException();
NasBert\NasBertTrainer.cs (1)
567=> throw new NotImplementedException("This should never be called!");
Roberta\QATrainer.cs (1)
762=> throw new NotImplementedException("This should never be called!");
TorchSharpBaseTrainer.cs (1)
486=> throw new NotImplementedException("This should never be called!");
Microsoft.NET.StringTools.UnitTests (1)
TestProgram.cs (1)
24throw new NotImplementedException();
Microsoft.VisualStudio.LanguageServices (37)
CallHierarchy\Finders\ImplementerFinder.cs (1)
34=> throw new NotImplementedException();
CallHierarchy\Finders\OverridingMemberFinder.cs (1)
30=> throw new NotImplementedException();
DebuggerIntelliSense\DebuggerTextView.cs (1)
303public bool InOuterLayout => throw new NotImplementedException();
DebuggerIntelliSense\DebuggerTextView.HACK_CompletionSession.cs (14)
85=> throw new NotImplementedException(); 93get { throw new NotImplementedException(); } 97=> throw new NotImplementedException(); 103throw new NotImplementedException(); 112set { throw new NotImplementedException(); } 118=> throw new NotImplementedException(); 128=> throw new NotImplementedException(); 131=> throw new NotImplementedException(); 141=> throw new NotImplementedException(); 147throw new NotImplementedException(); 154=> throw new NotImplementedException(); 159=> throw new NotImplementedException(); 163get { throw new NotImplementedException(); } 168get { throw new NotImplementedException(); }
DocumentOutline\DocumentOutlineView.xaml.cs (1)
217_ => throw new NotImplementedException(),
DocumentOutline\DocumentSymbolDataViewModelSorter.cs (1)
43=> throw new NotImplementedException();
EditorConfigSettings\SettingsEditorFactory.cs (1)
172=> throw new NotImplementedException();
Implementation\AbstractEditorFactory.cs (2)
181throw new NotImplementedException(); 188throw new NotImplementedException();
InheritanceMargin\InheritanceMarginTag.cs (1)
59=> throw new NotImplementedException();
InlineRename\InlineRenameUndoManager.cs (1)
56=> throw new NotImplementedException();
LanguageService\AbstractLanguageService`2.IVsLanguageDebugInfo2.cs (2)
13=> throw new NotImplementedException(); 16=> throw new NotImplementedException();
Library\AbstractLibraryManager_IVsLibraryMgr.cs (3)
21throw new NotImplementedException(); 49throw new NotImplementedException(); 62throw new NotImplementedException();
Library\ObjectBrowser\ObjectList.cs (2)
384throw new NotImplementedException(); 529throw new NotImplementedException();
Packaging\PackageInstallerServiceFactory_UndoRedo.cs (1)
117=> throw new NotImplementedException();
Preview\TopLevelChange.cs (1)
47=> throw new NotImplementedException();
ProjectSystem\FileChangeWatcher.cs (1)
334throw new NotImplementedException();
ProjectSystem\VisualStudioWorkspaceImpl.AbstractAddRemoveUndoUnit.cs (1)
30=> throw new NotImplementedException();
ProjectSystem\VisualStudioWorkspaceImpl.RenameDocumentUndoUnit.cs (1)
45=> throw new NotImplementedException();
TaskList\ProjectExternalErrorReporter.cs (1)
203throw new NotImplementedException();
Microsoft.VisualStudio.LanguageServices.CSharp (25)
CodeModel\CSharpCodeModelService.CodeModelEventCollector.cs (1)
267throw new NotImplementedException();
ProjectSystemShim\CSharpProjectShim.ICSCompiler.cs (10)
15=> throw new NotImplementedException(); 18=> throw new NotImplementedException(); 21=> throw new NotImplementedException(); 27=> throw new NotImplementedException(); 30=> throw new NotImplementedException(); 33=> throw new NotImplementedException(); 36=> throw new NotImplementedException(); 39=> throw new NotImplementedException(); 42=> throw new NotImplementedException(); 45=> throw new NotImplementedException();
ProjectSystemShim\CSharpProjectShim.ICSCompilerConfig.cs (3)
23=> throw new NotImplementedException(); 26=> throw new NotImplementedException(); 78=> throw new NotImplementedException();
ProjectSystemShim\CSharpProjectShim.ICSharpProjectSite.cs (5)
35=> throw new NotImplementedException(); 38=> throw new NotImplementedException(); 41=> throw new NotImplementedException(); 117=> throw new NotImplementedException(); 120=> throw new NotImplementedException();
ProjectSystemShim\CSharpProjectShim.ICSharpVenusProjectSite.cs (1)
38=> throw new NotImplementedException();
ProjectSystemShim\CSharpProjectShim.ICSInputSet.cs (5)
17=> throw new NotImplementedException(); 30=> throw new NotImplementedException(); 33=> throw new NotImplementedException(); 36=> throw new NotImplementedException(); 91=> throw new NotImplementedException();
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (17)
CodeModel\MockTextManagerAdapter.TextPoint.cs (5)
50throw new NotImplementedException(); 55get { throw new NotImplementedException(); } 60get { throw new NotImplementedException(); } 117throw new NotImplementedException(); 122throw new NotImplementedException();
EditorConfigSettings\DataProvider\DataProviderTests.TestViewModel.cs (1)
19throw new NotImplementedException();
ProjectSystemShim\CSharpHelpers.cs (11)
154throw new NotImplementedException(); 159throw new NotImplementedException(); 164throw new NotImplementedException(); 169throw new NotImplementedException(); 174throw new NotImplementedException(); 179throw new NotImplementedException(); 184throw new NotImplementedException(); 200throw new NotImplementedException(); 205throw new NotImplementedException(); 210throw new NotImplementedException(); 215throw new NotImplementedException();
MSBuild (4)
DebugUtils.cs (1)
86_ => throw new NotImplementedException(),
OutOfProcTaskHostNode.cs (2)
505throw new NotImplementedException(); 511throw new NotImplementedException();
TaskParameter.cs (1)
633_ => throw new NotImplementedException(),
MSBuildTaskHost (1)
TaskParameter.cs (1)
633_ => throw new NotImplementedException(),
Mvc.Api.Analyzers.Test (7)
DeclaredApiResponseMetadataTest.cs (5)
155protected override INamedTypeSymbol CommonAttributeClass => throw new System.NotImplementedException(); 157protected override IMethodSymbol CommonAttributeConstructor => throw new System.NotImplementedException(); 159protected override SyntaxReference CommonApplicationSyntaxReference => throw new System.NotImplementedException(); 161protected override ImmutableArray<TypedConstant> CommonConstructorArguments => throw new System.NotImplementedException(); 163protected override ImmutableArray<KeyValuePair<string, TypedConstant>> CommonNamedArguments => throw new System.NotImplementedException();
TestFiles\ApiConventionAnalyzerIntegrationTest\DiagnosticsAreReturned_IfMethodWithProducesResponseTypeAttribute_DoesNotDocumentSuccessStatusCode.cs (1)
20throw new NotImplementedException();
TestFiles\ApiConventionAnalyzerIntegrationTest\NoDiagnosticsAreReturned_ForApiController_WhenMethodNeverReturns.cs (1)
12public IActionResult GetItem() => throw new NotImplementedException();
Negotiate.Client (1)
Controllers\AuthTestController.cs (1)
357default: throw new NotImplementedException(Request.Protocol);
PresentationCore (46)
MS\Internal\Ink\StrokeNodeOperations.cs (1)
803throw new NotImplementedException();
MS\Internal\Ink\StrokeNodeOperations2.cs (4)
117throw new NotImplementedException(); 160throw new NotImplementedException(); 457throw new NotImplementedException(); 469throw new NotImplementedException();
MS\Internal\Media3D\GeneralTransform3DTo2DTo3D.cs (1)
91throw new NotImplementedException();
System\Windows\Input\InputScope.cs (2)
142throw new System.NotImplementedException(); 292throw new System.NotImplementedException();
System\Windows\Media\Animation\Animatable.cs (2)
249throw new NotImplementedException(); 257throw new NotImplementedException();
System\Windows\Media\Animation\AnimationClockResource.cs (2)
201throw new NotImplementedException(); 209throw new NotImplementedException();
System\Windows\Media\Animation\IndependentAnimationStorage.cs (2)
160throw new NotImplementedException(); 168throw new NotImplementedException();
System\Windows\Media\Animation\TimelineClockCollection.cs (1)
360throw new NotImplementedException();
System\Windows\Media\Effects\BitmapEffect.cs (1)
127throw new NotImplementedException();
System\Windows\Media\GlyphRun.cs (2)
1811throw new NotImplementedException(); 1819throw new NotImplementedException();
System\Windows\Media\Imaging\BitmapCodecInfo.cs (1)
479throw new NotImplementedException();
System\Windows\Media\Imaging\BitmapDecoder.cs (1)
1483throw new NotImplementedException();
System\Windows\Media\Imaging\BitmapEncoder.cs (2)
489throw new NotImplementedException(); 503throw new NotImplementedException();
System\Windows\Media\Imaging\BitmapFrame.cs (1)
342set { throw new NotImplementedException(); }
System\Windows\Media\Imaging\BitmapFrameDecode.cs (1)
657throw new System.NotImplementedException();
System\Windows\Media\Imaging\BitmapSource.cs (2)
531throw new NotImplementedException(); 538throw new NotImplementedException();
System\Windows\Media\Imaging\BmpBitmapDecoder.cs (1)
80throw new NotImplementedException();
System\Windows\Media\Imaging\BmpBitmapEncoder.cs (1)
68throw new NotImplementedException();
System\Windows\Media\Imaging\GifBitmapDecoder.cs (1)
80throw new NotImplementedException();
System\Windows\Media\Imaging\GifBitmapEncoder.cs (1)
68throw new NotImplementedException();
System\Windows\Media\Imaging\IconBitmapDecoder.cs (1)
80throw new NotImplementedException();
System\Windows\Media\Imaging\JpegBitmapDecoder.cs (1)
80throw new NotImplementedException();
System\Windows\Media\Imaging\JpegBitmapEncoder.cs (1)
336throw new NotImplementedException();
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
345throw new NotImplementedException();
System\Windows\Media\Imaging\PngBitmapDecoder.cs (1)
80throw new NotImplementedException();
System\Windows\Media\Imaging\PngBitmapEncoder.cs (1)
137throw new NotImplementedException();
System\Windows\Media\Imaging\PropVariant.cs (1)
406throw new NotImplementedException();
System\Windows\Media\Imaging\TiffBitmapDecoder.cs (1)
91throw new NotImplementedException();
System\Windows\Media\Imaging\TiffBitmapEncoder.cs (1)
173throw new NotImplementedException();
System\Windows\Media\Imaging\UnknownBitmapDecoder.cs (1)
70throw new NotImplementedException();
System\Windows\Media\Imaging\UnknownBitmapEncoder.cs (1)
71throw new NotImplementedException();
System\Windows\Media\Imaging\WmpBitmapDecoder.cs (1)
80throw new NotImplementedException();
System\Windows\Media\Imaging\WmpBitmapEncoder.cs (1)
857throw new NotImplementedException();
System\Windows\Media\RenderData.cs (2)
407throw new NotImplementedException(); 415throw new NotImplementedException();
System\Windows\Media\Visual.cs (1)
219throw new NotImplementedException();
PresentationCore.Tests (15)
System\Windows\Input\Command\KeyGestureConverter.Tests.cs (5)
220public IContainer? Container => throw new NotImplementedException(); 224public PropertyDescriptor? PropertyDescriptor => throw new NotImplementedException(); 225public object? GetService(Type serviceType) => throw new NotImplementedException(); 226public void OnComponentChanged() => throw new NotImplementedException(); 227public bool OnComponentChanging() => throw new NotImplementedException();
System\Windows\Input\Command\MouseGestureConverter.Tests.cs (5)
208public IContainer? Container => throw new NotImplementedException(); 212public PropertyDescriptor? PropertyDescriptor => throw new NotImplementedException(); 213public object? GetService(Type serviceType) => throw new NotImplementedException(); 214public void OnComponentChanged() => throw new NotImplementedException(); 215public bool OnComponentChanging() => throw new NotImplementedException();
System\Windows\Input\MouseActionConverter.Tests.cs (5)
188public IContainer? Container => throw new NotImplementedException(); 192public PropertyDescriptor? PropertyDescriptor => throw new NotImplementedException(); 193public object? GetService(Type serviceType) => throw new NotImplementedException(); 194public void OnComponentChanged() => throw new NotImplementedException(); 195public bool OnComponentChanging() => throw new NotImplementedException();
PresentationFramework (70)
MS\Internal\AppModel\ProgressPage.cs (4)
62get { throw new System.NotImplementedException(); } 72get { throw new System.NotImplementedException(); } 93get { throw new System.NotImplementedException(); } 110get { throw new System.NotImplementedException(); }
MS\Internal\Data\IndexerPropertyInfo.cs (8)
31get { throw new NotImplementedException(); } 46throw new NotImplementedException(); 77throw new NotImplementedException(); 82get { throw new NotImplementedException(); } 87throw new NotImplementedException(); 92throw new NotImplementedException(); 97throw new NotImplementedException(); 107get { throw new NotImplementedException(); }
MS\Internal\Data\LiveShapingList.cs (1)
617throw new NotImplementedException();
MS\Internal\Documents\HostedElements.cs (1)
149throw new NotImplementedException();
MS\Internal\Interop\InternalDispatchObject.cs (7)
70throw new NotImplementedException(); 78throw new NotImplementedException(); 82throw new NotImplementedException(); 86throw new NotImplementedException(); 90throw new NotImplementedException(); 106throw new NotImplementedException(); 110throw new NotImplementedException();
MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
103throw new NotImplementedException(SR.FilterBindRegionNotImplemented);
MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
326throw new NotImplementedException(SR.FilterBindRegionNotImplemented);
MS\Internal\IO\Packaging\PackageFilter.cs (1)
258throw new NotImplementedException(SR.FilterBindRegionNotImplemented);
MS\Internal\IO\Packaging\XpsFilter.cs (1)
291throw new NotImplementedException(SR.FilterBindRegionNotImplemented);
MS\Internal\ListOfObject.cs (6)
30throw new NotImplementedException(); 35throw new NotImplementedException(); 46throw new NotImplementedException(); 56throw new NotImplementedException(); 61throw new NotImplementedException(); 86throw new NotImplementedException();
MS\Internal\WeakDictionary.cs (9)
37throw new NotImplementedException(); 42throw new NotImplementedException(); 52throw new NotImplementedException(); 67throw new NotImplementedException(); 124throw new NotImplementedException(); 129throw new NotImplementedException(); 134throw new NotImplementedException(); 139throw new NotImplementedException(); 154throw new NotImplementedException();
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Xaml\Context\XamlFrame.cs (1)
29throw new NotImplementedException();
System\Windows\Controls\BooleanToSelectiveScrollingOrientationConverter.cs (1)
44throw new NotImplementedException();
System\Windows\Controls\DataGridHeadersVisibilityToVisibilityConverter.cs (1)
64throw new NotImplementedException();
System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
102throw new NotImplementedException(); 305throw new NotImplementedException();
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
412throw new NotImplementedException();
System\Windows\Documents\DocumentSequenceTextView.cs (1)
404throw new NotImplementedException();
System\Windows\Documents\FixedTextContainer.cs (2)
87throw new NotImplementedException(); 274throw new NotImplementedException();
System\Windows\Documents\FixedTextPointer.cs (1)
632throw new NotImplementedException();
System\Windows\Documents\FixedTextView.cs (1)
557throw new NotImplementedException();
System\Windows\Documents\NullTextContainer.cs (1)
87throw new NotImplementedException();
System\Windows\Documents\NullTextNavigator.cs (1)
494throw new NotImplementedException();
System\Windows\Markup\Baml2006\Baml2006Reader.cs (11)
681throw new NotImplementedException(); 687throw new NotImplementedException(); 693throw new NotImplementedException(); 699throw new NotImplementedException(); 722throw new NotImplementedException(); 745throw new NotImplementedException(); 849throw new NotImplementedException(); 854throw new NotImplementedException(); 859throw new NotImplementedException(); 1560throw new NotImplementedException(); 2602throw new NotImplementedException();
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
558throw new NotImplementedException();
System\Windows\Markup\Baml2006\DeferredBinaryDeserializerExtension.cs (1)
48throw new NotImplementedException();
System\Windows\Markup\Baml2006\WpfXamlType.cs (1)
426throw new NotImplementedException();
System\Windows\Markup\BamlRecordReader.cs (2)
1707throw new NotImplementedException(); 1713throw new NotImplementedException();
System\Windows\TemplateContent.cs (1)
1481throw new NotImplementedException();
PresentationFramework.Fluent (2)
Controls\AnimationFactorToValueConverter.cs (1)
34throw new NotImplementedException();
Controls\FallbackBrushConverter.cs (1)
31throw new NotImplementedException();
RazorPagesWebSite (2)
Pages\CustomModelTypeModel.cshtml.cs (2)
43throw new NotImplementedException(); 48throw new NotImplementedException();
ReachFramework (28)
Serialization\ColorTypeConverter.cs (2)
111throw new NotImplementedException(); 224throw new NotImplementedException();
Serialization\FontTypeConverter.cs (2)
109throw new NotImplementedException(); 213throw new NotImplementedException();
Serialization\ImageSourceTypeConverter.cs (2)
115throw new NotImplementedException(); 295throw new NotImplementedException();
Serialization\Manager\NGCSerializer.cs (10)
117throw new NotImplementedException(); 195throw new NotImplementedException(); 273throw new NotImplementedException(); 349throw new NotImplementedException(); 431throw new NotImplementedException(); 519throw new NotImplementedException(); 630throw new NotImplementedException(); 761throw new NotImplementedException(); 845throw new NotImplementedException(); 979throw new NotImplementedException();
Serialization\Manager\XpsOMPackagingPolicy.cs (8)
194throw new NotImplementedException(); 207throw new NotImplementedException(); 220throw new NotImplementedException(); 233throw new NotImplementedException(); 430throw new NotImplementedException(); 503throw new NotImplementedException(); 684throw new NotImplementedException(); 696throw new NotImplementedException();
Serialization\Manager\XpsOMSerializationManager.cs (2)
394throw new NotImplementedException(); 478throw new NotImplementedException();
Serialization\XpsImageSerializationService.cs (2)
178throw new NotImplementedException(); 197throw new NotImplementedException();
ResultsOfTGenerator (2)
Program.cs (2)
1046_ => throw new NotImplementedException("Add more numbers") 1071_ => throw new NotImplementedException("Add more numbers")
Roslyn.Diagnostics.Analyzers (11)
src\RoslynAnalyzers\Utilities\Compiler\Extensions\IOperationExtensions.cs (1)
650_ => throw new NotImplementedException()
src\RoslynAnalyzers\Utilities\Compiler\Extensions\ISymbolExtensions.cs (1)
559_ => throw new NotImplementedException(),
src\RoslynAnalyzers\Utilities\Compiler\Extensions\ReportDiagnosticExtensions.cs (2)
20_ => throw new NotImplementedException(), 34_ => throw new NotImplementedException(),
src\RoslynAnalyzers\Utilities\Compiler\Options\AbstractCategorizedAnalyzerConfigOptions.cs (1)
63_ => throw new NotImplementedException()
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledConcurrentSet.cs (1)
101public void CopyTo(T[] array, int arrayIndex) => throw new NotImplementedException();
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (5)
728throw new NotImplementedException(); 834throw new NotImplementedException(); 845throw new NotImplementedException(); 940throw new NotImplementedException(); 953throw new NotImplementedException();
Roslyn.Test.PdbUtilities (88)
Reader\MockSymUnmanagedReader.cs (29)
77throw new NotImplementedException(); 82throw new NotImplementedException(); 87throw new NotImplementedException(); 92throw new NotImplementedException(); 97throw new NotImplementedException(); 102throw new NotImplementedException(); 107throw new NotImplementedException(); 112throw new NotImplementedException(); 117throw new NotImplementedException(); 122throw new NotImplementedException(); 127throw new NotImplementedException(); 132throw new NotImplementedException(); 137throw new NotImplementedException(); 142throw new NotImplementedException(); 147throw new NotImplementedException(); 152throw new NotImplementedException(); 157throw new NotImplementedException(); 162throw new NotImplementedException(); 201throw new NotImplementedException(); 206throw new NotImplementedException(); 211throw new NotImplementedException(); 216throw new NotImplementedException(); 221throw new NotImplementedException(); 226throw new NotImplementedException(); 231throw new NotImplementedException(); 290throw new NotImplementedException(); 295throw new NotImplementedException(); 335throw new NotImplementedException(); 340throw new NotImplementedException();
Shared\DummyMetadataImport.cs (59)
158throw new NotImplementedException(); 163throw new NotImplementedException(); 168throw new NotImplementedException(); 173throw new NotImplementedException(); 178throw new NotImplementedException(); 183throw new NotImplementedException(); 188throw new NotImplementedException(); 193throw new NotImplementedException(); 198throw new NotImplementedException(); 203throw new NotImplementedException(); 208throw new NotImplementedException(); 213throw new NotImplementedException(); 218throw new NotImplementedException(); 223throw new NotImplementedException(); 228throw new NotImplementedException(); 233throw new NotImplementedException(); 238throw new NotImplementedException(); 243throw new NotImplementedException(); 248throw new NotImplementedException(); 253throw new NotImplementedException(); 258throw new NotImplementedException(); 263throw new NotImplementedException(); 268throw new NotImplementedException(); 273throw new NotImplementedException(); 278throw new NotImplementedException(); 283throw new NotImplementedException(); 288throw new NotImplementedException(); 293throw new NotImplementedException(); 298throw new NotImplementedException(); 303throw new NotImplementedException(); 308throw new NotImplementedException(); 313throw new NotImplementedException(); 318throw new NotImplementedException(); 323throw new NotImplementedException(); 328throw new NotImplementedException(); 333throw new NotImplementedException(); 338throw new NotImplementedException(); 343throw new NotImplementedException(); 348throw new NotImplementedException(); 353throw new NotImplementedException(); 358throw new NotImplementedException(); 363throw new NotImplementedException(); 368throw new NotImplementedException(); 373throw new NotImplementedException(); 378throw new NotImplementedException(); 383throw new NotImplementedException(); 388throw new NotImplementedException(); 393throw new NotImplementedException(); 398throw new NotImplementedException(); 403throw new NotImplementedException(); 408throw new NotImplementedException(); 413throw new NotImplementedException(); 418throw new NotImplementedException(); 423throw new NotImplementedException(); 428throw new NotImplementedException(); 433throw new NotImplementedException(); 439throw new NotImplementedException(); 444throw new NotImplementedException(); 449throw new NotImplementedException();
Roslyn.Test.Performance.Utilities (1)
VsPerfTest.cs (1)
113throw new System.NotImplementedException();
Roslyn.VisualStudio.Next.UnitTests (9)
Options\VisualStudioSettingsOptionPersisterTests.cs (5)
59=> throw new NotImplementedException(); 62=> throw new NotImplementedException(); 65=> throw new NotImplementedException(); 68=> throw new NotImplementedException(); 71=> throw new NotImplementedException();
Services\ServiceHubServicesTests_ExtensionMessageHandler.cs (1)
799public string ExtensionIdentifier => throw new NotImplementedException();
UnifiedSettings\TestModel\ResourceStringArrayConverter.cs (1)
41throw new NotImplementedException();
UnifiedSettings\TestModel\ResourceStringConverter.cs (2)
20throw new NotImplementedException(); 25throw new NotImplementedException();
RulesetToEditorconfigConverter (2)
src\RoslynAnalyzers\Utilities\Compiler\Extensions\ReportDiagnosticExtensions.cs (2)
20_ => throw new NotImplementedException(), 34_ => throw new NotImplementedException(),
SampleStartups (3)
StartupFullControl.cs (3)
59throw new NotImplementedException(); 64throw new NotImplementedException(); 77throw new NotImplementedException();
ScenarioTests.Common.Tests (7)
ScenarioTestTypes.cs (7)
886throw new NotImplementedException(); 900throw new NotImplementedException(); 905throw new NotImplementedException(); 1100get { throw new NotImplementedException(); } 1155throw new NotImplementedException(); 1160throw new NotImplementedException(); 1165throw new NotImplementedException();
ServerComparison.FunctionalTests (1)
HelloWorldTest.cs (1)
108throw new NotImplementedException(variant.Server.ToString());
SocialSample (1)
Startup.cs (1)
487throw new NotImplementedException(currentAuthType);
SocialWeather (3)
PersistentConnectionLifeTimeManager.cs (3)
56throw new NotImplementedException(); 61throw new NotImplementedException(); 66throw new NotImplementedException();
Sockets.BindTests (4)
src\Servers\Kestrel\shared\test\LifetimeNotImplemented.cs (4)
16throw new NotImplementedException(); 24throw new NotImplementedException(); 32throw new NotImplementedException(); 38throw new NotImplementedException();
Sockets.FunctionalTests (15)
src\Servers\Kestrel\shared\test\LifetimeNotImplemented.cs (4)
16throw new NotImplementedException(); 24throw new NotImplementedException(); 32throw new NotImplementedException(); 38throw new NotImplementedException();
src\Servers\Kestrel\test\FunctionalTests\ConnectionMiddlewareTests.cs (10)
99throw new NotImplementedException(); 104throw new NotImplementedException(); 109throw new NotImplementedException(); 119throw new NotImplementedException(); 124throw new NotImplementedException(); 139throw new NotImplementedException(); 144throw new NotImplementedException(); 154throw new NotImplementedException(); 159throw new NotImplementedException(); 164throw new NotImplementedException();
src\Servers\Kestrel\test\FunctionalTests\Http2\HandshakeTests.cs (1)
50throw new NotImplementedException();
System.CodeDom (4)
System\CodeDom\Compiler\CodeDomProvider.cs (4)
171throw new NotImplementedException(SR.NotSupported_CodeDomAPI); 183throw new NotImplementedException(SR.NotSupported_CodeDomAPI); 193throw new NotImplementedException(SR.NotSupported_CodeDomAPI); 203throw new NotImplementedException(SR.NotSupported_CodeDomAPI);
System.ComponentModel.Annotations (2)
src\libraries\Common\src\System\NotImplemented.cs (2)
14internal static Exception ByDesign => new NotImplementedException(); 21return new NotImplementedException(message);
System.ComponentModel.Composition (13)
Microsoft\Internal\Collections\CollectionServices.CollectionOfObject.cs (12)
58throw new NotImplementedException(); 63throw new NotImplementedException(); 68get { throw new NotImplementedException(); } 78throw new NotImplementedException(); 83throw new NotImplementedException(); 88throw new NotImplementedException(); 113throw new NotImplementedException(); 118throw new NotImplementedException(); 123get { throw new NotImplementedException(); } 133throw new NotImplementedException(); 138throw new NotImplementedException(); 143throw new NotImplementedException();
System\ComponentModel\Composition\ExceptionBuilder.cs (1)
46return new NotImplementedException(message);
System.ComponentModel.TypeConverter (2)
System\ComponentModel\HalfConverter.cs (1)
28internal override object FromString(string value, int radix) => throw new NotImplementedException(); // This method shouldn't be called anyway for the Half type as it doesn't support hex formatting.
System\ComponentModel\TypeDescriptor.cs (1)
4209throw new NotImplementedException(SR.Format(SR.CustomTypeProviderNotImplemented, memberName));
System.Composition.Hosting (2)
System\Composition\Hosting\Core\CycleBreakingExportDescriptor.cs (1)
44var ex = new NotImplementedException(SR.NotImplemented_MetadataCycles);
System\Composition\Hosting\Core\CycleBreakingMetadataDictionary.cs (1)
24var ex = new NotImplementedException(SR.NotImplemented_MetadataCycles);
System.Data.Common (1)
System\Data\Common\DbDataSource.cs (1)
529protected override DbBatchCommand CreateDbBatchCommand() => throw new NotImplementedException();
System.Data.Odbc (3)
Common\System\Data\DataStorage.cs (1)
12throw new NotImplementedException();
src\libraries\Common\src\System\NotImplemented.cs (2)
14internal static Exception ByDesign => new NotImplementedException(); 21return new NotImplementedException(message);
System.Linq.Expressions (1)
System\Dynamic\Utils\DelegateHelpers.cs (1)
39return new Func<Type, Func<object?[], object?>, Delegate>((_x, _y) => throw new NotImplementedException());
System.Net.Http (4)
src\libraries\Common\src\System\Net\Http\aspnetcore\Http2\Hpack\HPackDecoder.cs (1)
183throw new NotImplementedException(_state.ToString());
src\libraries\Common\src\System\Net\Http\aspnetcore\Http3\QPack\QPackDecoder.cs (1)
234throw new NotImplementedException(_state.ToString());
src\libraries\Common\src\System\NotImplemented.cs (2)
14internal static Exception ByDesign => new NotImplementedException(); 21return new NotImplementedException(message);
System.Net.Mail (16)
src\libraries\Common\src\System\NotImplemented.cs (2)
14internal static Exception ByDesign => new NotImplementedException(); 21return new NotImplementedException(message);
System\Net\BufferedReadStream.cs (2)
78throw new NotImplementedException(); 83throw new NotImplementedException();
System\Net\Mime\EightBitStream.cs (6)
54throw new NotImplementedException(); 59throw new NotImplementedException(); 125public int DecodeBytes(Span<byte> buffer) { throw new NotImplementedException(); } 127public int EncodeBytes(ReadOnlySpan<byte> buffer) { throw new NotImplementedException(); } 129public int EncodeString(string value, Encoding encoding) { throw new NotImplementedException(); } 131public string GetEncodedString() { throw new NotImplementedException(); }
System\Net\Mime\MimeBasePart.cs (2)
191throw new NotImplementedException(); 197throw new NotImplementedException();
System\Net\Mime\QEncodedStream.cs (2)
221throw new NotImplementedException(); 226throw new NotImplementedException();
System\Net\Mime\QuotedPrintableStream.cs (2)
335throw new NotImplementedException(); 340throw new NotImplementedException();
System.Net.NetworkInformation (2)
src\libraries\Common\src\System\NotImplemented.cs (2)
14internal static Exception ByDesign => new NotImplementedException(); 21return new NotImplementedException(message);
System.Net.Primitives (2)
src\libraries\Common\src\System\NotImplemented.cs (2)
14internal static Exception ByDesign => new NotImplementedException(); 21return new NotImplementedException(message);
System.Net.Requests (2)
src\libraries\Common\src\System\NotImplemented.cs (2)
14internal static Exception ByDesign => new NotImplementedException(); 21return new NotImplementedException(message);
System.Net.Security (2)
src\libraries\Common\src\System\NotImplemented.cs (2)
14internal static Exception ByDesign => new NotImplementedException(); 21return new NotImplementedException(message);
System.Private.CoreLib (151)
artifacts\obj\coreclr\System.Private.CoreLib\linux.x64.Debug\NativeRuntimeEventSource.Generated.cs (138)
61throw new NotImplementedException(); 68throw new NotImplementedException(); 75throw new NotImplementedException(); 82throw new NotImplementedException(); 89throw new NotImplementedException(); 96throw new NotImplementedException(); 103throw new NotImplementedException(); 110throw new NotImplementedException(); 117throw new NotImplementedException(); 124throw new NotImplementedException(); 131throw new NotImplementedException(); 138throw new NotImplementedException(); 145throw new NotImplementedException(); 152throw new NotImplementedException(); 159throw new NotImplementedException(); 166throw new NotImplementedException(); 173throw new NotImplementedException(); 180throw new NotImplementedException(); 187throw new NotImplementedException(); 194throw new NotImplementedException(); 201throw new NotImplementedException(); 208throw new NotImplementedException(); 215throw new NotImplementedException(); 222throw new NotImplementedException(); 229throw new NotImplementedException(); 236throw new NotImplementedException(); 243throw new NotImplementedException(); 250throw new NotImplementedException(); 257throw new NotImplementedException(); 264throw new NotImplementedException(); 271throw new NotImplementedException(); 278throw new NotImplementedException(); 285throw new NotImplementedException(); 292throw new NotImplementedException(); 299throw new NotImplementedException(); 306throw new NotImplementedException(); 313throw new NotImplementedException(); 320throw new NotImplementedException(); 327throw new NotImplementedException(); 334throw new NotImplementedException(); 341throw new NotImplementedException(); 348throw new NotImplementedException(); 355throw new NotImplementedException(); 362throw new NotImplementedException(); 369throw new NotImplementedException(); 376throw new NotImplementedException(); 383throw new NotImplementedException(); 390throw new NotImplementedException(); 397throw new NotImplementedException(); 404throw new NotImplementedException(); 411throw new NotImplementedException(); 418throw new NotImplementedException(); 425throw new NotImplementedException(); 432throw new NotImplementedException(); 439throw new NotImplementedException(); 446throw new NotImplementedException(); 453throw new NotImplementedException(); 460throw new NotImplementedException(); 467throw new NotImplementedException(); 474throw new NotImplementedException(); 481throw new NotImplementedException(); 488throw new NotImplementedException(); 495throw new NotImplementedException(); 502throw new NotImplementedException(); 509throw new NotImplementedException(); 516throw new NotImplementedException(); 523throw new NotImplementedException(); 530throw new NotImplementedException(); 537throw new NotImplementedException(); 544throw new NotImplementedException(); 551throw new NotImplementedException(); 558throw new NotImplementedException(); 565throw new NotImplementedException(); 572throw new NotImplementedException(); 579throw new NotImplementedException(); 586throw new NotImplementedException(); 593throw new NotImplementedException(); 600throw new NotImplementedException(); 607throw new NotImplementedException(); 614throw new NotImplementedException(); 621throw new NotImplementedException(); 628throw new NotImplementedException(); 635throw new NotImplementedException(); 642throw new NotImplementedException(); 649throw new NotImplementedException(); 656throw new NotImplementedException(); 663throw new NotImplementedException(); 670throw new NotImplementedException(); 677throw new NotImplementedException(); 684throw new NotImplementedException(); 691throw new NotImplementedException(); 698throw new NotImplementedException(); 705throw new NotImplementedException(); 712throw new NotImplementedException(); 719throw new NotImplementedException(); 726throw new NotImplementedException(); 733throw new NotImplementedException(); 740throw new NotImplementedException(); 747throw new NotImplementedException(); 754throw new NotImplementedException(); 761throw new NotImplementedException(); 768throw new NotImplementedException(); 775throw new NotImplementedException(); 782throw new NotImplementedException(); 789throw new NotImplementedException(); 796throw new NotImplementedException(); 803throw new NotImplementedException(); 810throw new NotImplementedException(); 817throw new NotImplementedException(); 824throw new NotImplementedException(); 831throw new NotImplementedException(); 838throw new NotImplementedException(); 845throw new NotImplementedException(); 852throw new NotImplementedException(); 859throw new NotImplementedException(); 866throw new NotImplementedException(); 873throw new NotImplementedException(); 880throw new NotImplementedException(); 887throw new NotImplementedException(); 894throw new NotImplementedException(); 901throw new NotImplementedException(); 908throw new NotImplementedException(); 915throw new NotImplementedException(); 922throw new NotImplementedException(); 929throw new NotImplementedException(); 936throw new NotImplementedException(); 943throw new NotImplementedException(); 950throw new NotImplementedException(); 957throw new NotImplementedException(); 964throw new NotImplementedException(); 971throw new NotImplementedException(); 978throw new NotImplementedException(); 985throw new NotImplementedException(); 992throw new NotImplementedException(); 999throw new NotImplementedException(); 1006throw new NotImplementedException(); 1013throw new NotImplementedException(); 1020throw new NotImplementedException();
src\Internal\VersionResilientHashCode.CoreCLR.cs (1)
60throw new NotImplementedException();
src\libraries\Common\src\System\NotImplemented.cs (2)
14internal static Exception ByDesign => new NotImplementedException(); 21return new NotImplementedException(message);
src\libraries\System.Private.CoreLib\src\Internal\Runtime\CompilerHelpers\ThrowHelpers.cs (1)
67throw new NotImplementedException();
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\FieldOnTypeBuilderInstantiation.cs (3)
61throw new NotImplementedException(); 65throw new NotImplementedException(); 67public override RuntimeFieldHandle FieldHandle => throw new NotImplementedException();
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\ParameterBuilder.cs (4)
13public virtual int Attributes => throw new NotImplementedException(); 17public virtual string? Name => throw new NotImplementedException(); 18public virtual int Position => throw new NotImplementedException(); 19public virtual void SetConstant(object? defaultValue) => throw new NotImplementedException();
src\System\Reflection\ConstructorInfo.CoreCLR.cs (1)
8internal virtual Type GetReturnType() { throw new NotImplementedException(); }
src\System\Reflection\MemberInfo.Internal.cs (1)
8internal virtual bool CacheEquals(object? o) { throw new NotImplementedException(); }
System.Private.DataContractSerialization (9)
src\libraries\Common\src\System\NotImplemented.cs (2)
14internal static Exception ByDesign => new NotImplementedException(); 21return new NotImplementedException(message);
System\Runtime\Serialization\Json\ReflectionJsonFormatReader.cs (1)
235throw new NotImplementedException(SR.Format(SR.MustBeGreaterThanZero, keyTypeNullableDepth));
System\Runtime\Serialization\PrimitiveDataContract.cs (5)
389throw new NotImplementedException(); 397throw new NotImplementedException(); 405throw new NotImplementedException(); 412throw new NotImplementedException(); 419throw new NotImplementedException();
System\Runtime\Serialization\XmlDataContract.cs (1)
366throw new NotImplementedException("ReflectionCreateXmlSerializable - value type");
System.Private.Windows.Core (5)
System\Collections\Generic\ListConverter.cs (2)
33IEnumerator<TOut> IEnumerable<TOut>.GetEnumerator() => throw new NotImplementedException(); 34IEnumerator IEnumerable.GetEnumerator() => throw new NotImplementedException();
Windows\Win32\Graphics\GdiPlus\StatusExtensions.cs (1)
36return new NotImplementedException(SR.GdiplusNotImplemented);
Windows\Win32\System\Com\WinFormsComWrappers.cs (2)
42throw new NotImplementedException(); 47throw new NotImplementedException();
System.Private.Windows.Core.Tests (20)
System\Private\Windows\Ole\ClipboardCoreTests.cs (9)
38static bool IOleServices.AllowTypeWithoutResolver<T>() => throw new NotImplementedException(); 39static IComVisibleDataObject IOleServices.CreateDataObject() => throw new NotImplementedException(); 41static unsafe HRESULT IOleServices.GetDataHere(string format, object data, FORMATETC* pformatetc, STGMEDIUM* pmedium) => throw new NotImplementedException(); 42static bool IOleServices.IsValidTypeForFormat(Type type, string format) => throw new NotImplementedException(); 43static HRESULT IOleServices.OleFlushClipboard() => throw new NotImplementedException(); 44static unsafe HRESULT IOleServices.OleGetClipboard(IDataObject** dataObject) => throw new NotImplementedException(); 45static unsafe HRESULT IOleServices.OleSetClipboard(IDataObject* dataObject) => throw new NotImplementedException(); 46static unsafe bool IOleServices.TryGetObjectFromDataObject<T>(IDataObject* dataObject, string requestedFormat, [NotNullWhen(true)] out T data) => throw new NotImplementedException(); 47static void IOleServices.ValidateDataStoreData(ref string format, bool autoConvert, object? data) => throw new NotImplementedException();
System\Private\Windows\Ole\MockOleServices.cs (1)
36throw new NotImplementedException();
System\Private\Windows\Ole\NativeDataObjectMock.cs (9)
11public virtual HRESULT GetData(FORMATETC* pformatetcIn, STGMEDIUM* pmedium) => throw new NotImplementedException(); 12public virtual HRESULT GetDataHere(FORMATETC* pformatetc, STGMEDIUM* pmedium) => throw new NotImplementedException(); 13public virtual HRESULT QueryGetData(FORMATETC* pformatetc) => throw new NotImplementedException(); 14public virtual HRESULT GetCanonicalFormatEtc(FORMATETC* pformatectIn, FORMATETC* pformatetcOut) => throw new NotImplementedException(); 15public virtual HRESULT SetData(FORMATETC* pformatetc, STGMEDIUM* pmedium, BOOL fRelease) => throw new NotImplementedException(); 16public virtual HRESULT EnumFormatEtc(uint dwDirection, IEnumFORMATETC** ppenumFormatEtc) => throw new NotImplementedException(); 17public virtual HRESULT DAdvise(FORMATETC* pformatetc, uint advf, IAdviseSink* pAdvSink, uint* pdwConnection) => throw new NotImplementedException(); 18public virtual HRESULT DUnadvise(uint dwConnection) => throw new NotImplementedException(); 19public virtual HRESULT EnumDAdvise(IEnumSTATDATA** ppenumAdvise) => throw new NotImplementedException();
System\TypeExtensionsTests.cs (1)
136public override void BindToName(Type serializedType, out string? assemblyName, out string typeName) => throw new NotImplementedException();
System.Private.Xml (39)
System\Xml\Base64EncoderAsync.cs (1)
91throw new NotImplementedException();
System\Xml\Cache\XPathDocumentBuilder.cs (1)
412throw new NotImplementedException();
System\Xml\Core\XmlRawWriterAsync.cs (2)
183throw new NotImplementedException(); 206throw new NotImplementedException();
System\Xml\Core\XmlReaderAsync.cs (2)
19throw new NotImplementedException(); 114throw new NotImplementedException();
System\Xml\Core\XmlWellFormedWriterHelpers.cs (1)
28throw new NotImplementedException();
System\Xml\Core\XmlWriterAsync.cs (22)
20throw new NotImplementedException(); 27throw new NotImplementedException(); 34throw new NotImplementedException(); 41throw new NotImplementedException(); 48throw new NotImplementedException(); 55throw new NotImplementedException(); 62throw new NotImplementedException(); 88throw new NotImplementedException(); 95throw new NotImplementedException(); 102throw new NotImplementedException(); 109throw new NotImplementedException(); 116throw new NotImplementedException(); 123throw new NotImplementedException(); 130throw new NotImplementedException(); 137throw new NotImplementedException(); 144throw new NotImplementedException(); 151throw new NotImplementedException(); 158throw new NotImplementedException(); 165throw new NotImplementedException(); 172throw new NotImplementedException(); 179throw new NotImplementedException(); 192throw new NotImplementedException();
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (4)
992throw new NotImplementedException("sm.DerivedMappings != null"); 1136throw new NotImplementedException("memberMapping.ChoiceIdentifier != null"); 1571throw new NotImplementedException(nameof(XmlSchemaObject)); 1977throw new NotImplementedException("special.TypeDesc.CanBeAttributeValue");
System\Xml\Serialization\XmlSerializer.cs (4)
827protected virtual XmlSerializationReader CreateReader() { throw new NotImplementedException(); } 829protected virtual object Deserialize(XmlSerializationReader reader) { throw new NotImplementedException(); } 831protected virtual XmlSerializationWriter CreateWriter() { throw new NotImplementedException(); } 833protected virtual void Serialize(object? o, XmlSerializationWriter writer) { throw new NotImplementedException(); }
System\Xml\XmlResolver.cs (1)
35throw new NotImplementedException();
System\Xml\Xsl\XsltOld\ContainerAction.cs (1)
44throw new NotImplementedException();
System.Reflection.Emit (9)
System\Reflection\Emit\CustomAttributeWrapper.cs (1)
154throw new NotImplementedException(SR.Format(SR.NotImplemented_TypeForValue, t));
System\Reflection\Emit\EnumBuilderImpl.cs (3)
99public override bool IsDefined(Type attributeType, bool inherit) => throw new NotImplementedException(); 100public override object[] GetCustomAttributes(bool inherit) => throw new NotImplementedException(); 101public override object[] GetCustomAttributes(Type attributeType, bool inherit) => throw new NotImplementedException();
System\Reflection\Emit\MethodBuilderImpl.cs (1)
271public override ICustomAttributeProvider ReturnTypeCustomAttributes { get => throw new NotImplementedException(); }
System\Reflection\Emit\ModuleBuilderImpl.cs (1)
1072public override bool IsDefined(Type attributeType, bool inherit) => throw new NotImplementedException();
System\Reflection\Emit\TypeBuilderImpl.cs (3)
608public override bool IsDefined(Type attributeType, bool inherit) => throw new NotImplementedException(); 609public override object[] GetCustomAttributes(bool inherit) => throw new NotImplementedException(); 610public override object[] GetCustomAttributes(Type attributeType, bool inherit) => throw new NotImplementedException();
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\StrategyBasedComWrappers.cs (1)
107throw new NotImplementedException();
System.Security.Cryptography (27)
src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (6)
285throw new NotImplementedException("The PKCS#8 format is still under debate"); 315throw new NotImplementedException("The PKCS#8 format is still under debate"); 335throw new NotImplementedException("The PKCS#8 format is still under debate"); 935throw new NotImplementedException(); 967throw new NotImplementedException(); 999throw new NotImplementedException();
System\Security\Cryptography\AsymmetricAlgorithm.cs (12)
54throw new NotImplementedException(); 62throw new NotImplementedException(); 68throw new NotImplementedException(); 73throw new NotImplementedException(); 97throw new NotImplementedException(SR.NotSupported_SubclassOverride); 105throw new NotImplementedException(SR.NotSupported_SubclassOverride); 109throw new NotImplementedException(SR.NotSupported_SubclassOverride); 112throw new NotImplementedException(SR.NotSupported_SubclassOverride); 148throw new NotImplementedException(SR.NotSupported_SubclassOverride); 157throw new NotImplementedException(SR.NotSupported_SubclassOverride); 161throw new NotImplementedException(SR.NotSupported_SubclassOverride); 164throw new NotImplementedException(SR.NotSupported_SubclassOverride);
System\Security\Cryptography\DSA.cs (1)
919new NotImplementedException(SR.NotSupported_SubclassOverride);
System\Security\Cryptography\ECDiffieHellman.cs (1)
167return new NotImplementedException(SR.NotSupported_SubclassOverride);
System\Security\Cryptography\ECDiffieHellman.Xml.cs (2)
10throw new NotImplementedException(SR.Cryptography_ECXmlSerializationFormatRequired); 15throw new NotImplementedException(SR.Cryptography_ECXmlSerializationFormatRequired);
System\Security\Cryptography\ECDiffieHellmanPublicKey.cs (1)
43throw new NotImplementedException(SR.NotSupported_SubclassOverride);
System\Security\Cryptography\ECDsa.Xml.cs (2)
13throw new NotImplementedException(SR.Cryptography_ECXmlSerializationFormatRequired); 18throw new NotImplementedException(SR.Cryptography_ECXmlSerializationFormatRequired);
System\Security\Cryptography\RandomNumberGenerator.cs (1)
76throw new NotImplementedException();
System\Security\Cryptography\RSA.cs (1)
360new NotImplementedException(SR.NotSupported_SubclassOverride);
System.Security.Permissions (2)
System\Security\Permissions\KeyContainerPermissionAccessEntryCollection.cs (2)
21public void CopyTo(Array array, int index) { throw new NotImplementedException(); } 22IEnumerator IEnumerable.GetEnumerator() { throw new NotImplementedException(); }
System.ServiceModel.Primitives.Tests (18)
Channels\TransportBindingElementTest.cs (2)
25public override string Scheme => throw new NotImplementedException(); 29throw new NotImplementedException();
IdentityModel\SymmetricSecurityKeyTest.cs (11)
34public override int KeySize => throw new System.NotImplementedException(); 38throw new System.NotImplementedException(); 43throw new System.NotImplementedException(); 48throw new System.NotImplementedException(); 53throw new System.NotImplementedException(); 58throw new System.NotImplementedException(); 63throw new System.NotImplementedException(); 68throw new System.NotImplementedException(); 91throw new System.NotImplementedException(); 96throw new System.NotImplementedException(); 101throw new System.NotImplementedException();
Security\securityKeyTest.cs (4)
48throw new NotImplementedException(); 53throw new NotImplementedException(); 58throw new NotImplementedException(); 63throw new NotImplementedException();
ServiceModel\ExtensionCollection.cs (1)
39throw new NotImplementedException();
System.Text.Json (2)
src\libraries\Common\src\System\Text\Json\PooledByteBufferWriter.cs (2)
90public override void CancelPendingFlush() => throw new NotImplementedException(); 91public override void Complete(Exception? exception = null) => throw new NotImplementedException();
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexRunner.cs (2)
373protected virtual void Go() => throw new NotImplementedException(); 380protected virtual bool FindFirstChar() => throw new NotImplementedException();
System.Transactions.Local (2)
System\Transactions\Enlistment.cs (2)
178throw new NotImplementedException(); 250throw new NotImplementedException();
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonWindowSmallIconConverter.cs (1)
43throw new NotImplementedException();
System.Windows.Forms (5)
System\Windows\Forms\DataBinding\BindingContext.cs (1)
128throw new NotImplementedException();
System\Windows\Forms\WindowsFormsSectionHandler.cs (4)
13throw new NotImplementedException(); 18throw new NotImplementedException(); 23get => throw new NotImplementedException(); 24set => throw new NotImplementedException();
System.Windows.Forms.Design (24)
System\ComponentModel\Design\ComponentDesigner.cs (1)
132=> throw new NotImplementedException(SR.NotImplementedByDesign);
System\Windows\Forms\Design\AxImporter.cs (1)
13throw new NotImplementedException(SR.NotImplementedByDesign);
System\Windows\Forms\Design\ComponentDocumentDesigner.cs (21)
20public Control Control => throw new NotImplementedException(SR.NotImplementedByDesign); 27get => throw new NotImplementedException(SR.NotImplementedByDesign); 28set => throw new NotImplementedException(SR.NotImplementedByDesign); 36get => throw new NotImplementedException(SR.NotImplementedByDesign); 37set => throw new NotImplementedException(SR.NotImplementedByDesign); 42get => throw new NotImplementedException(SR.NotImplementedByDesign); 47throw new NotImplementedException(); 52throw new NotImplementedException(); 57throw new NotImplementedException(); 62throw new NotImplementedException(); 65ViewTechnology[] IRootDesigner.SupportedTechnologies => throw new NotImplementedException(); 72throw new NotImplementedException(SR.NotImplementedByDesign); 85throw new NotImplementedException(SR.NotImplementedByDesign); 90throw new NotImplementedException(); 95throw new NotImplementedException(); 100throw new NotImplementedException(); 105throw new NotImplementedException(); 110throw new NotImplementedException(); 119throw new NotImplementedException(SR.NotImplementedByDesign); 129throw new NotImplementedException(SR.NotImplementedByDesign); 140throw new NotImplementedException(SR.NotImplementedByDesign);
System\Windows\Forms\Design\StyleEditorForm.cs (1)
143private void _closeButton_Click(object sender, EventArgs e) => throw new NotImplementedException();
System.Windows.Forms.Design.Tests (28)
CodeDomHelpers.cs (2)
48throw new NotImplementedException("Directives not supported."); 100throw new NotImplementedException(o.ToString());
System\ComponentModel\Design\ComponentDesignerTests.cs (3)
3006public void LoadComponentSettings() => throw new NotImplementedException(); 3008public void ResetComponentSettings() => throw new NotImplementedException(); 3010public void SaveComponentSettings() => throw new NotImplementedException();
System\ComponentModel\Design\DesignerHostTests.cs (6)
3197public object GetView(ViewTechnology technology) => throw new NotImplementedException(); 3213public bool CanExtend(object extendee) => throw new NotImplementedException(); 3258throw new NotImplementedException(); 3274throw new NotImplementedException(); 3283throw new NotImplementedException(); 3299throw new NotImplementedException();
System\ComponentModel\Design\DesignSurfaceTests.cs (6)
1783public object GetView(ViewTechnology technology) => throw new NotImplementedException(); 1794public object GetView(ViewTechnology technology) => throw new NotImplementedException(); 1810throw new NotImplementedException(); 1822throw new NotImplementedException(); 1837throw new NotImplementedException(); 1849throw new NotImplementedException();
System\ComponentModel\Design\SiteNestedContainerTests.cs (1)
1069public object GetView(ViewTechnology technology) => throw new NotImplementedException();
System\Drawing\Design\ToolboxItemTests.cs (4)
1692throw new NotImplementedException(); 1697throw new NotImplementedException(); 1712throw new NotImplementedException(); 1717throw new NotImplementedException();
System\Windows\Forms\Design\DataGridViewAddColumnDialogTests.cs (6)
84public Assembly GetAssembly(AssemblyName name) => throw new NotImplementedException(); 85public Assembly GetAssembly(AssemblyName name, bool throwOnError) => throw new NotImplementedException(); 86public string GetPathOfAssembly(AssemblyName name) => throw new NotImplementedException(); 90public void ReferenceAssembly(AssemblyName name) => throw new NotImplementedException(); 133public string CreateName(IContainer? container, Type dataType) => throw new NotImplementedException(); 135public void ValidateName(string name) => throw new NotImplementedException();
System.Windows.Forms.Primitives.Tests (33)
Interop\Oleaut32\SAFEARRAYTests.cs (14)
125public HRESULT RecordInit(void* pvNew) => throw new NotImplementedException(); 127public HRESULT RecordClear(void* pvExisting) => throw new NotImplementedException(); 129public HRESULT RecordCopy(void* pvExisting, void* pvNew) => throw new NotImplementedException(); 140public HRESULT GetName(BSTR* pbstrName) => throw new NotImplementedException(); 148public HRESULT GetTypeInfo(ITypeInfo** ppTypeInfo) => throw new NotImplementedException(); 150public HRESULT GetField(void* pvData, PCWSTR szFieldName, VARIANT* pvarField) => throw new NotImplementedException(); 152public HRESULT GetFieldNoCopy(void* pvData, PCWSTR szFieldName, VARIANT* pvarField, void** ppvDataCArray) => throw new NotImplementedException(); 154public HRESULT PutField(uint wFlags, void* pvData, PCWSTR szFieldName, VARIANT* pvarField) => throw new NotImplementedException(); 156public HRESULT PutFieldNoCopy(uint wFlags, void* pvData, PCWSTR szFieldName, VARIANT* pvarField) => throw new NotImplementedException(); 158public HRESULT GetFieldNames(uint* pcNames, BSTR* rgBstrNames) => throw new NotImplementedException(); 160public BOOL IsMatchingType(IRecordInfo* pRecordInfoInfo) => throw new NotImplementedException(); 162public void* RecordCreate() => throw new NotImplementedException(); 164public HRESULT RecordCreateCopy(void* pvSource, void** ppvDest) => throw new NotImplementedException(); 166public HRESULT RecordDestroy(void* pvRecord) => throw new NotImplementedException();
Interop\Oleaut32\VARIANTTests.cs (2)
5727public BOOL IsMatchingType(IRecordInfo* pRecordInfoInfo) => throw new NotImplementedException(); 5729public void* RecordCreate() => throw new NotImplementedException();
System\Windows\Forms\Automation\UiaTextRangeTests.cs (2)
1333HRESULT IRawElementProviderSimple.Interface.get_ProviderOptions(ProviderOptions* pRetVal) => throw new NotImplementedException(); 1347HRESULT IRawElementProviderSimple.Interface.get_HostRawElementProvider(IRawElementProviderSimple** pRetVal) => throw new NotImplementedException();
Windows\Win32\GlobalInterfaceTableTests.cs (11)
39public unsafe HRESULT Read(void* pv, uint cb, [Optional] uint* pcbRead) => throw new NotImplementedException(); 40public unsafe HRESULT Write(void* pv, uint cb, [Optional] uint* pcbWritten) => throw new NotImplementedException(); 41public unsafe HRESULT Seek(long dlibMove, SeekOrigin dwOrigin, [Optional] ulong* plibNewPosition) => throw new NotImplementedException(); 42public HRESULT SetSize(ulong libNewSize) => throw new NotImplementedException(); 43public unsafe HRESULT CopyTo(IStream* pstm, ulong cb, [Optional] ulong* pcbRead, [Optional] ulong* pcbWritten) => throw new NotImplementedException(); 44public HRESULT Commit(uint grfCommitFlags) => throw new NotImplementedException(); 45public HRESULT Revert() => throw new NotImplementedException(); 46public HRESULT LockRegion(ulong libOffset, ulong cb, uint dwLockType) => throw new NotImplementedException(); 47public HRESULT UnlockRegion(ulong libOffset, ulong cb, uint dwLockType) => throw new NotImplementedException(); 48public unsafe HRESULT Stat(STATSTG* pstatstg, uint grfStatFlag) => throw new NotImplementedException(); 49public unsafe HRESULT Clone(IStream** ppstm) => throw new NotImplementedException();
Windows\Win32\System\Com\ComSafeArrayScopeTests.cs (4)
38public HRESULT get_ProviderOptions(ProviderOptions* pRetVal) => throw new NotImplementedException(); 39public HRESULT GetPatternProvider(UIA_PATTERN_ID patternId, IUnknown** pRetVal) => throw new NotImplementedException(); 40public HRESULT GetPropertyValue(UIA_PROPERTY_ID propertyId, VARIANT* pRetVal) => throw new NotImplementedException(); 41public HRESULT get_HostRawElementProvider(IRawElementProviderSimple** pRetVal) => throw new NotImplementedException();
System.Windows.Forms.Primitives.TestUtilities (4)
Windows\Win32\System\Ole\DropTargetMock.cs (4)
13throw new NotImplementedException(); 18throw new NotImplementedException(); 23throw new NotImplementedException(); 28throw new NotImplementedException();
System.Windows.Forms.Tests (313)
System\Resources\ResXSerializationBinderTests.cs (6)
69public Assembly? GetAssembly(AssemblyName name) => throw new NotImplementedException(); 70public Assembly? GetAssembly(AssemblyName name, bool throwOnError) => throw new NotImplementedException(); 71public string? GetPathOfAssembly(AssemblyName name) => throw new NotImplementedException(); 105public Type? GetType([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicParameterlessConstructor)] string name, bool throwOnError) => throw new NotImplementedException(); 107public Type? GetType([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicParameterlessConstructor)] string name, bool throwOnError, bool ignoreCase) => throw new NotImplementedException(); 108public void ReferenceAssembly(AssemblyName name) => throw new NotImplementedException();
System\Windows\Forms\AccessibleObjects\ComboBox.ComboBoxItemAccessibleObjectTests.cs (1)
56throw new NotImplementedException();
System\Windows\Forms\AccessibleObjects\ListVIew.ListViewAccessibleObjectTests.cs (14)
289_ => throw new NotImplementedException() 363_ => throw new NotImplementedException() 412_ => throw new NotImplementedException() 465_ => throw new NotImplementedException() 535_ => throw new NotImplementedException() 606_ => throw new NotImplementedException() 662_ => throw new NotImplementedException() 744_ => throw new NotImplementedException() 817_ => throw new NotImplementedException() 876_ => throw new NotImplementedException() 1028_ => throw new NotImplementedException() 1068_ => throw new NotImplementedException() 1099_ => throw new NotImplementedException() 1418_ => throw new NotImplementedException()
System\Windows\Forms\AccessibleObjects\ListViewGroup.ListViewGroupAccessibleObjectTests.cs (2)
677_ => throw new NotImplementedException() 1450_ => throw new NotImplementedException()
System\Windows\Forms\AccessibleObjects\ListViewItem.ListViewItemAccessibleObjectTests.cs (6)
592_ => throw new NotImplementedException() 708_ => throw new NotImplementedException() 794_ => throw new NotImplementedException() 1169_ => throw new NotImplementedException() 1229_ => throw new NotImplementedException() 1964_ => throw new NotImplementedException()
System\Windows\Forms\AccessibleObjects\ListViewItem.ListViewSubItem.ListViewSubItemAccessibleObjectTests.cs (1)
833_ => throw new NotImplementedException()
System\Windows\Forms\AccessibleObjects\PropertyGrid.PropertyGridAccessibleObjectTests.cs (7)
196public void AddCommand(MenuCommand command) => throw new NotImplementedException(); 198public void AddVerb(DesignerVerb verb) => throw new NotImplementedException(); 200public MenuCommand FindCommand(CommandID commandID) => throw new NotImplementedException(); 202public bool GlobalInvoke(CommandID commandID) => throw new NotImplementedException(); 204public void RemoveCommand(MenuCommand command) => throw new NotImplementedException(); 206public void RemoveVerb(DesignerVerb verb) => throw new NotImplementedException(); 208public void ShowContextMenu(CommandID menuID, int x, int y) => throw new NotImplementedException();
System\Windows\Forms\AccessibleObjects\UpDownBase.UpDownButtons.UpDownButtonsAccessibleObject.DirectionButtonAccessibleObjectTests.cs (3)
94protected override void UpdateEditText() => throw new NotImplementedException(); 96public override void UpButton() => throw new NotImplementedException(); 98public override void DownButton() => throw new NotImplementedException();
System\Windows\Forms\AccessibleObjects\UpDownBase.UpDownButtons.UpDownButtonsAccessibleObjectTests.cs (3)
229protected override void UpdateEditText() => throw new NotImplementedException(); 231public override void UpButton() => throw new NotImplementedException(); 233public override void DownButton() => throw new NotImplementedException();
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (1)
1364throw new NotImplementedException();
System\Windows\Forms\AxHost.ConnectionPointCookieTests.cs (2)
95public HRESULT OnChanged(int dispID) => throw new NotImplementedException(); 97public HRESULT OnRequestEdit(int dispID) => throw new NotImplementedException();
System\Windows\Forms\AxHostTests.cs (1)
3106throw new NotImplementedException();
System\Windows\Forms\BindingSourceTests.cs (7)
884throw new NotImplementedException(); 889throw new NotImplementedException(); 901throw new NotImplementedException(); 906throw new NotImplementedException(); 919throw new NotImplementedException(); 924throw new NotImplementedException(); 969public void RemoveSort() => throw new NotImplementedException();
System\Windows\Forms\ButtonBaseTests.cs (1)
9262public void NotifyDefault(bool value) => throw new NotImplementedException();
System\Windows\Forms\ClipboardTests.cs (29)
508int ComTypes.IDataObject.DAdvise(ref ComTypes.FORMATETC pFormatetc, ComTypes.ADVF advf, ComTypes.IAdviseSink adviseSink, out int connection) => throw new NotImplementedException(); 509void ComTypes.IDataObject.DUnadvise(int connection) => throw new NotImplementedException(); 510int ComTypes.IDataObject.EnumDAdvise(out ComTypes.IEnumSTATDATA enumAdvise) => throw new NotImplementedException(); 523throw new NotImplementedException(); 526int ComTypes.IDataObject.GetCanonicalFormatEtc(ref ComTypes.FORMATETC formatIn, out ComTypes.FORMATETC formatOut) => throw new NotImplementedException(); 530void ComTypes.IDataObject.GetData(ref ComTypes.FORMATETC format, out ComTypes.STGMEDIUM medium) => throw new NotImplementedException(); 531void ComTypes.IDataObject.GetDataHere(ref ComTypes.FORMATETC format, ref ComTypes.STGMEDIUM medium) => throw new NotImplementedException(); 537int ComTypes.IDataObject.QueryGetData(ref ComTypes.FORMATETC format) => throw new NotImplementedException(); 538void IDataObject.SetData(string format, bool autoConvert, object? data) => throw new NotImplementedException(); 539void IDataObject.SetData(string format, object? data) => throw new NotImplementedException(); 540void IDataObject.SetData(Type format, object? data) => throw new NotImplementedException(); 541void IDataObject.SetData(object? data) => throw new NotImplementedException(); 542void ComTypes.IDataObject.SetData(ref ComTypes.FORMATETC formatIn, ref ComTypes.STGMEDIUM medium, bool release) => throw new NotImplementedException(); 1048public object GetData(Type format) => throw new NotImplementedException(); 1049public bool GetDataPresent(string format, bool autoConvert) => throw new NotImplementedException(); 1051public bool GetDataPresent(Type format) => throw new NotImplementedException(); 1052public string[] GetFormats(bool autoConvert) => throw new NotImplementedException(); 1054public void SetData(string format, bool autoConvert, object? data) => throw new NotImplementedException(); 1061public void SetData(Type format, object? data) => throw new NotImplementedException(); 1062public void SetData(object? data) => throw new NotImplementedException(); 1064public int DAdvise(ref ComTypes.FORMATETC pFormatetc, ComTypes.ADVF advf, ComTypes.IAdviseSink adviseSink, out int connection) => throw new NotImplementedException(); 1065public void DUnadvise(int connection) => throw new NotImplementedException(); 1066public int EnumDAdvise(out ComTypes.IEnumSTATDATA? enumAdvise) => throw new NotImplementedException(); 1067public ComTypes.IEnumFORMATETC EnumFormatEtc(ComTypes.DATADIR direction) => throw new NotImplementedException(); 1068public int GetCanonicalFormatEtc(ref ComTypes.FORMATETC formatIn, out ComTypes.FORMATETC formatOut) => throw new NotImplementedException(); 1069public void SetData(ref ComTypes.FORMATETC formatIn, ref ComTypes.STGMEDIUM medium, bool release) => throw new NotImplementedException(); 1070public void GetData(ref ComTypes.FORMATETC format, out ComTypes.STGMEDIUM medium) => throw new NotImplementedException(); 1071public void GetDataHere(ref ComTypes.FORMATETC format, ref ComTypes.STGMEDIUM medium) => throw new NotImplementedException(); 1072public int QueryGetData(ref ComTypes.FORMATETC format) => throw new NotImplementedException();
System\Windows\Forms\ComponentModel\Com2Interop\COM2FontConverterTests.cs (14)
112public AttributeCollection GetAttributes() => throw new NotImplementedException(); 114public string? GetClassName() => throw new NotImplementedException(); 116public string? GetComponentName() => throw new NotImplementedException(); 118public TypeConverter? GetConverter() => throw new NotImplementedException(); 120public EventDescriptor? GetDefaultEvent() => throw new NotImplementedException(); 122public PropertyDescriptor? GetDefaultProperty() => throw new NotImplementedException(); 124public object? GetEditor(Type editorBaseType) => throw new NotImplementedException(); 126public EventDescriptorCollection GetEvents() => throw new NotImplementedException(); 128public EventDescriptorCollection GetEvents(Attribute[]? attributes) => throw new NotImplementedException(); 130public PropertyDescriptorCollection GetProperties() => throw new NotImplementedException(); 132public PropertyDescriptorCollection GetProperties(Attribute[]? attributes) => throw new NotImplementedException(); 141HRESULT IDispatch.Interface.GetTypeInfoCount(uint* pctinfo) => throw new NotImplementedException(); 143HRESULT IDispatch.Interface.GetTypeInfo(uint iTInfo, uint lcid, ITypeInfo** ppTInfo) => throw new NotImplementedException(); 145HRESULT IDispatch.Interface.GetIDsOfNames(Guid* riid, PWSTR* rgszNames, uint cNames, uint lcid, int* rgDispId) => throw new NotImplementedException();
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (2)
333throw new NotImplementedException(); 343throw new NotImplementedException();
System\Windows\Forms\DataObjectComTests.cs (21)
55public object GetData(string format, bool autoConvert) => throw new NotImplementedException(); 56public object GetData(string format) => throw new NotImplementedException(); 57public object GetData(Type format) => throw new NotImplementedException(); 58public bool GetDataPresent(string format, bool autoConvert) => throw new NotImplementedException(); 59public bool GetDataPresent(string format) => throw new NotImplementedException(); 60public bool GetDataPresent(Type format) => throw new NotImplementedException(); 61public string[] GetFormats(bool autoConvert) => throw new NotImplementedException(); 62public string[] GetFormats() => throw new NotImplementedException(); 63public void SetData(string format, bool autoConvert, object data) => throw new NotImplementedException(); 64public void SetData(string format, object data) => throw new NotImplementedException(); 65public void SetData(Type format, object data) => throw new NotImplementedException(); 66public void SetData(object data) => throw new NotImplementedException(); 71public int DAdvise(ref FORMATETC pFormatetc, ADVF advf, IAdviseSink adviseSink, out int connection) => throw new NotImplementedException(); 72public void DUnadvise(int connection) => throw new NotImplementedException(); 73public int EnumDAdvise(out IEnumSTATDATA enumAdvise) => throw new NotImplementedException(); 74public IEnumFORMATETC EnumFormatEtc(DATADIR direction) => throw new NotImplementedException(); 75public int GetCanonicalFormatEtc(ref FORMATETC formatIn, out FORMATETC formatOut) => throw new NotImplementedException(); 76public void GetData(ref FORMATETC format, out STGMEDIUM medium) => throw new NotImplementedException(); 77public void GetDataHere(ref FORMATETC format, ref STGMEDIUM medium) => throw new NotImplementedException(); 78public int QueryGetData(ref FORMATETC format) => throw new NotImplementedException(); 79public void SetData(ref FORMATETC formatIn, ref STGMEDIUM medium, bool release) => throw new NotImplementedException();
System\Windows\Forms\DataObjectExtensionsTests.cs (21)
168public bool GetDataPresent(string format, bool autoConvert) => throw new NotImplementedException(); 169public bool GetDataPresent(string format) => throw new NotImplementedException(); 170public bool GetDataPresent(Type format) => throw new NotImplementedException(); 171public string[] GetFormats(bool autoConvert) => throw new NotImplementedException(); 172public string[] GetFormats() => throw new NotImplementedException(); 173public void SetData(string format, bool autoConvert, object? data) => throw new NotImplementedException(); 174public void SetData(string format, object? data) => throw new NotImplementedException(); 175public void SetData(Type format, object? data) => throw new NotImplementedException(); 176public void SetData(object? data) => throw new NotImplementedException(); 181public object? GetData(string format, bool autoConvert) => throw new NotImplementedException(); 182public object? GetData(string format) => throw new NotImplementedException(); 183public object? GetData(Type format) => throw new NotImplementedException(); 184public bool GetDataPresent(string format, bool autoConvert) => throw new NotImplementedException(); 185public bool GetDataPresent(string format) => throw new NotImplementedException(); 186public bool GetDataPresent(Type format) => throw new NotImplementedException(); 187public string[] GetFormats(bool autoConvert) => throw new NotImplementedException(); 188public string[] GetFormats() => throw new NotImplementedException(); 189public void SetData(string format, bool autoConvert, object? data) => throw new NotImplementedException(); 190public void SetData(string format, object? data) => throw new NotImplementedException(); 191public void SetData(Type format, object? data) => throw new NotImplementedException(); 192public void SetData(object? data) => throw new NotImplementedException();
System\Windows\Forms\DataObjectTests.cs (28)
1947public IEnumFORMATETC EnumFormatEtc(DATADIR direction) => throw new NotImplementedException(); 1948public void GetDataHere(ref FORMATETC format, ref STGMEDIUM medium) => throw new NotImplementedException(); 1949public int GetCanonicalFormatEtc(ref FORMATETC formatIn, out FORMATETC formatOut) => throw new NotImplementedException(); 1950public void SetData(ref FORMATETC formatIn, ref STGMEDIUM medium, bool release) => throw new NotImplementedException(); 1951public int DAdvise(ref FORMATETC pFormatetc, ADVF advf, IAdviseSink adviseSink, out int connection) => throw new NotImplementedException(); 1952public void DUnadvise(int connection) => throw new NotImplementedException(); 1953public int EnumDAdvise(out IEnumSTATDATA enumAdvise) => throw new NotImplementedException(); 2751public int DAdvise(ref FORMATETC pFormatetc, ADVF advf, IAdviseSink adviseSink, out int connection) => throw new NotImplementedException(); 2752public void DUnadvise(int connection) => throw new NotImplementedException(); 2753public int EnumDAdvise(out IEnumSTATDATA enumAdvise) => throw new NotImplementedException(); 2754public IEnumFORMATETC EnumFormatEtc(DATADIR direction) => throw new NotImplementedException(); 2755public int GetCanonicalFormatEtc(ref FORMATETC formatIn, out FORMATETC formatOut) => throw new NotImplementedException(); 2756public void GetData(ref FORMATETC format, out STGMEDIUM medium) => throw new NotImplementedException(); 2757public object GetData(string format, bool autoConvert) => throw new NotImplementedException(); 2758public object GetData(string format) => throw new NotImplementedException(); 2759public object GetData(Type format) => throw new NotImplementedException(); 2760public void GetDataHere(ref FORMATETC format, ref STGMEDIUM medium) => throw new NotImplementedException(); 2761public bool GetDataPresent(string format, bool autoConvert) => throw new NotImplementedException(); 2762public bool GetDataPresent(string format) => throw new NotImplementedException(); 2763public bool GetDataPresent(Type format) => throw new NotImplementedException(); 2764public string[] GetFormats(bool autoConvert) => throw new NotImplementedException(); 2765public string[] GetFormats() => throw new NotImplementedException(); 2766public int QueryGetData(ref FORMATETC format) => throw new NotImplementedException(); 2767public void SetData(ref FORMATETC formatIn, ref STGMEDIUM medium, bool release) => throw new NotImplementedException(); 2768public void SetData(string format, bool autoConvert, object data) => throw new NotImplementedException(); 2769public void SetData(string format, object data) => throw new NotImplementedException(); 2770public void SetData(Type format, object data) => throw new NotImplementedException(); 2771public void SetData(object data) => throw new NotImplementedException();
System\Windows\Forms\DragEventArgsTests.cs (12)
103public object GetData(string format, bool autoConvert) => throw new NotImplementedException(); 104public object GetData(string format) => throw new NotImplementedException(); 105public object GetData(Type format) => throw new NotImplementedException(); 106public void SetData(string format, bool autoConvert, object data) => throw new NotImplementedException(); 107public void SetData(string format, object data) => throw new NotImplementedException(); 108public void SetData(Type format, object data) => throw new NotImplementedException(); 109public void SetData(object data) => throw new NotImplementedException(); 110public bool GetDataPresent(string format, bool autoConvert) => throw new NotImplementedException(); 111public bool GetDataPresent(string format) => throw new NotImplementedException(); 112public bool GetDataPresent(Type format) => throw new NotImplementedException(); 113public string[] GetFormats(bool autoConvert) => throw new NotImplementedException(); 114public string[] GetFormats() => throw new NotImplementedException();
System\Windows\Forms\FeatureSupportTests.cs (1)
164public bool IsPresent(object feature) => throw new NotImplementedException();
System\Windows\Forms\ListBindingHelperTests.cs (81)
518throw new NotImplementedException(); 526public bool ContainsListCollection => throw new NotImplementedException(); 528public IList GetList() => throw new NotImplementedException(); 538public bool ContainsListCollection => throw new NotImplementedException(); 540public IList GetList() => throw new NotImplementedException(); 577int IList<int>.this[int index] { get => throw new NotImplementedException(); set => throw new NotImplementedException(); } 579public int Count => throw new NotImplementedException(); 581public bool IsReadOnly => throw new NotImplementedException(); 583public void Add(int item) => throw new NotImplementedException(); 585public void Clear() => throw new NotImplementedException(); 587public bool Contains(int item) => throw new NotImplementedException(); 589public void CopyTo(int[] array, int arrayIndex) => throw new NotImplementedException(); 591public IEnumerator<int> GetEnumerator() => throw new NotImplementedException(); 593public int IndexOf(int item) => throw new NotImplementedException(); 595public void Insert(int index, int item) => throw new NotImplementedException(); 597public bool Remove(int item) => throw new NotImplementedException(); 599public void RemoveAt(int index) => throw new NotImplementedException(); 601IEnumerator IEnumerable.GetEnumerator() => throw new NotImplementedException(); 608public bool ContainsListCollection => throw new NotImplementedException(); 619public bool ContainsListCollection => throw new NotImplementedException(); 631public bool ContainsListCollection => throw new NotImplementedException(); 638public bool ContainsListCollection => throw new NotImplementedException(); 645public bool ContainsListCollection => throw new NotImplementedException(); 704throw new NotImplementedException(); 724throw new NotImplementedException(); 748public override Type ComponentType => throw new NotImplementedException(); 750public override bool IsReadOnly => throw new NotImplementedException(); 752public override bool CanResetValue(object component) => throw new NotImplementedException(); 754public override object GetValue(object component) => throw new NotImplementedException(); 756public override void ResetValue(object component) => throw new NotImplementedException(); 760throw new NotImplementedException(); 765throw new NotImplementedException(); 771public override Guid GUID => throw new NotImplementedException(); 773public override Module Module => throw new NotImplementedException(); 775public override Assembly Assembly => throw new NotImplementedException(); 777public override string FullName => throw new NotImplementedException(); 779public override string Namespace => throw new NotImplementedException(); 781public override string AssemblyQualifiedName => throw new NotImplementedException(); 783public override Type BaseType => throw new NotImplementedException(); 785public override Type UnderlyingSystemType => throw new NotImplementedException(); 787public override string Name => throw new NotImplementedException(); 791throw new NotImplementedException(); 796throw new NotImplementedException(); 801throw new NotImplementedException(); 806throw new NotImplementedException(); 811throw new NotImplementedException(); 816throw new NotImplementedException(); 821throw new NotImplementedException(); 826throw new NotImplementedException(); 831throw new NotImplementedException(); 836throw new NotImplementedException(); 839public override Type GetElementType() => throw new NotImplementedException(); 843throw new NotImplementedException(); 848throw new NotImplementedException(); 853throw new NotImplementedException(); 858throw new NotImplementedException(); 863throw new NotImplementedException(); 868throw new NotImplementedException(); 871public override Type[] GetInterfaces() => throw new NotImplementedException(); 875throw new NotImplementedException(); 880throw new NotImplementedException(); 885throw new NotImplementedException(); 890throw new NotImplementedException(); 895throw new NotImplementedException(); 900throw new NotImplementedException(); 905throw new NotImplementedException(); 910throw new NotImplementedException(); 913public override bool IsDefined(Type attributeType, bool inherit) => throw new NotImplementedException(); 915protected override TypeAttributes GetAttributeFlagsImpl() => throw new NotImplementedException(); 919throw new NotImplementedException(); 924throw new NotImplementedException(); 929throw new NotImplementedException(); 932protected override bool HasElementTypeImpl() => throw new NotImplementedException(); 934protected override bool IsArrayImpl() => throw new NotImplementedException(); 936protected override bool IsByRefImpl() => throw new NotImplementedException(); 938protected override bool IsCOMObjectImpl() => throw new NotImplementedException(); 940protected override bool IsPointerImpl() => throw new NotImplementedException(); 942protected override bool IsPrimitiveImpl() => throw new NotImplementedException(); 946throw new NotImplementedException(); 951throw new NotImplementedException();
System\Windows\Forms\ListViewTests.cs (7)
4393_ => throw new NotImplementedException() 4429_ => throw new NotImplementedException() 4730_ => throw new NotImplementedException() 4805_ => throw new NotImplementedException() 5263_ => throw new NotImplementedException() 5292_ => throw new NotImplementedException() 6206_ => throw new NotImplementedException()
System\Windows\Forms\PropertyGridInternal\AccessibleObjects\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObjectTests.cs (7)
146public override Type PropertyType => throw new NotImplementedException(); 148public override Type ComponentType => throw new NotImplementedException(); 152public override bool CanResetValue(object component) => throw new NotImplementedException(); 154public override object GetValue(object component) => throw new NotImplementedException(); 156public override void ResetValue(object component) => throw new NotImplementedException(); 160throw new NotImplementedException(); 165throw new NotImplementedException();
System\Windows\Forms\PropertyGridTests.cs (1)
2382public override PropertyDescriptorCollection GetProperties(object component, Attribute[] attributes) => throw new NotImplementedException();
System\Windows\Forms\PropertyManagerTests.cs (2)
434public void BeginEdit() => throw new NotImplementedException(); 436public void CancelEdit() => throw new NotImplementedException();
System\Windows\Forms\ToolStripItemTests.cs (21)
10242public object GetData(string format, bool autoConvert) => throw new NotImplementedException(); 10243public object GetData(string format) => throw new NotImplementedException(); 10244public object GetData(Type format) => throw new NotImplementedException(); 10245public bool GetDataPresent(string format, bool autoConvert) => throw new NotImplementedException(); 10246public bool GetDataPresent(string format) => throw new NotImplementedException(); 10247public bool GetDataPresent(Type format) => throw new NotImplementedException(); 10248public string[] GetFormats(bool autoConvert) => throw new NotImplementedException(); 10249public string[] GetFormats() => throw new NotImplementedException(); 10250public void SetData(string format, bool autoConvert, object data) => throw new NotImplementedException(); 10251public void SetData(string format, object data) => throw new NotImplementedException(); 10252public void SetData(Type format, object data) => throw new NotImplementedException(); 10253public void SetData(object data) => throw new NotImplementedException(); 10258public void GetData(ref FORMATETC format, out STGMEDIUM medium) => throw new NotImplementedException(); 10259public void GetDataHere(ref FORMATETC format, ref STGMEDIUM medium) => throw new NotImplementedException(); 10260public int QueryGetData(ref FORMATETC format) => throw new NotImplementedException(); 10261public int GetCanonicalFormatEtc(ref FORMATETC formatIn, out FORMATETC formatOut) => throw new NotImplementedException(); 10262public void SetData(ref FORMATETC formatIn, ref STGMEDIUM medium, bool release) => throw new NotImplementedException(); 10263public IEnumFORMATETC EnumFormatEtc(DATADIR direction) => throw new NotImplementedException(); 10264public int DAdvise(ref FORMATETC pFormatetc, ADVF advf, IAdviseSink adviseSink, out int connection) => throw new NotImplementedException(); 10265public void DUnadvise(int connection) => throw new NotImplementedException(); 10266public int EnumDAdvise(out IEnumSTATDATA enumAdvise) => throw new NotImplementedException();
System\Windows\Forms\UnsupportedTypesTests.cs (8)
216protected internal override void Abort(int rowNum) => throw new NotImplementedException(); 217protected internal override bool Commit(CurrencyManager dataSource, int rowNum) => throw new NotImplementedException(); 218protected internal override void Edit(CurrencyManager source, int rowNum, Rectangle bounds, bool readOnly, string displayText, bool cellIsVisible) => throw new NotImplementedException(); 219protected internal override int GetMinimumHeight() => throw new NotImplementedException(); 220protected internal override int GetPreferredHeight(Graphics g, object value) => throw new NotImplementedException(); 221protected internal override Size GetPreferredSize(Graphics g, object value) => throw new NotImplementedException(); 222protected internal override void Paint(Graphics g, Rectangle bounds, CurrencyManager source, int rowNum, bool alignToRight) => throw new NotImplementedException(); 223protected internal override void Paint(Graphics g, Rectangle bounds, CurrencyManager source, int rowNum) => throw new NotImplementedException();
System\Windows\Forms\UpDownBaseTests.cs (3)
3179throw new NotImplementedException(); 3232throw new NotImplementedException(); 3237throw new NotImplementedException();
System.Windows.Forms.TestUtilities (14)
Data\ManagedAndRuntimeDataObject.cs (9)
12public int DAdvise(ref ComTypes.FORMATETC pFormatetc, ComTypes.ADVF advf, ComTypes.IAdviseSink adviseSink, out int connection) => throw new NotImplementedException(); 13public void DUnadvise(int connection) => throw new NotImplementedException(); 14public int EnumDAdvise(out ComTypes.IEnumSTATDATA enumAdvise) => throw new NotImplementedException(); 15public ComTypes.IEnumFORMATETC EnumFormatEtc(ComTypes.DATADIR direction) => throw new NotImplementedException(); 16public int GetCanonicalFormatEtc(ref ComTypes.FORMATETC formatIn, out ComTypes.FORMATETC formatOut) => throw new NotImplementedException(); 17public void GetData(ref ComTypes.FORMATETC format, out ComTypes.STGMEDIUM medium) => throw new NotImplementedException(); 18public void GetDataHere(ref ComTypes.FORMATETC format, ref ComTypes.STGMEDIUM medium) => throw new NotImplementedException(); 19public int QueryGetData(ref ComTypes.FORMATETC format) => throw new NotImplementedException(); 20public void SetData(ref ComTypes.FORMATETC formatIn, ref ComTypes.STGMEDIUM medium, bool release) => throw new NotImplementedException();
Data\TypedAndRuntimeDataObject.cs (2)
14throw new NotImplementedException(); 28throw new NotImplementedException();
Data\TypedDataObject.cs (2)
14throw new NotImplementedException(); 28throw new NotImplementedException();
SystemEventsHelper.cs (1)
82throw new NotImplementedException($"Not implemented category {category}.");
System.Windows.Forms.UI.IntegrationTests (3)
DesignBehaviorsTests.cs (2)
244throw new NotImplementedException(); 300throw new NotImplementedException();
Dpi\DpiMessageHelper.cs (1)
18_ => throw new NotImplementedException()
System.Xaml (18)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Xaml\Context\XamlFrame.cs (1)
29throw new NotImplementedException();
System\Xaml\NameScopeDictionary.cs (15)
248throw new NotImplementedException(); 256throw new NotImplementedException(); 262throw new NotImplementedException(); 267throw new NotImplementedException(); 272throw new NotImplementedException(); 277throw new NotImplementedException(); 282throw new NotImplementedException(); 292throw new NotImplementedException(); 296throw new NotImplementedException(); 302throw new NotImplementedException(); 307throw new NotImplementedException(); 312throw new NotImplementedException(); 317throw new NotImplementedException(); 324throw new NotImplementedException(); 332throw new NotImplementedException();
System\Xaml\Parser\NodeStreamSorter.cs (1)
152throw new NotImplementedException();
System\Xaml\XamlWriter.cs (1)
59throw new NotImplementedException(SR.MissingCaseXamlNodes);
System.Xaml.Tests (227)
System\Windows\Markup\NameReferenceConverterTests.cs (15)
197public IContainer Container => throw new NotImplementedException(); 199public object Instance => throw new NotImplementedException(); 201public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException(); 207return GetServiceAction is null ? throw new NotImplementedException() : GetServiceAction(serviceType); 210public void OnComponentChanged() => throw new NotImplementedException(); 212public bool OnComponentChanging() => throw new NotImplementedException(); 217public bool IsFixupTokenAvailable => throw new NotImplementedException(); 223return ResolveAction is null ? throw new NotImplementedException() : ResolveAction(name); 226public object Resolve(string name, out bool isFullyInitialized) => throw new NotImplementedException(); 228public object GetFixupToken(IEnumerable<string> names) => throw new NotImplementedException(); 236throw new NotImplementedException(); 243=> throw new NotImplementedException(); 247add => throw new NotImplementedException(); 248remove => throw new NotImplementedException(); 258return GetNameAction is null ? throw new NotImplementedException() : GetNameAction(value);
System\Windows\Markup\ReferenceTests.cs (9)
100ServiceAction is null ? throw new NotImplementedException() : ServiceAction(serviceType); 106public bool IsFixupTokenAvailable => throw new NotImplementedException(); 111ResolveAction is null ? throw new NotImplementedException() : ResolveAction(name); 113public object Resolve(string name, out bool isFullyInitialized) => throw new NotImplementedException(); 115public object GetFixupToken(IEnumerable<string> names) => throw new NotImplementedException(); 120GetFixupTokenAction is null ? throw new NotImplementedException() : GetFixupTokenAction(names, canAssignDirectly); 123throw new NotImplementedException(); 127add => throw new NotImplementedException(); 128remove => throw new NotImplementedException();
System\Windows\Markup\StaticExtensionTests.cs (2)
251ServiceAction is null ? throw new NotImplementedException() : ServiceAction(serviceType); 259ResolveAction is null ? throw new NotImplementedException() : ResolveAction(qualifiedTypeName);
System\Windows\Markup\TypeExtensionTests.cs (2)
212ServiceAction is null ? throw new NotImplementedException() : ServiceAction(serviceType); 220ResolveAction is null ? throw new NotImplementedException() : ResolveAction(qualifiedTypeName);
System\Windows\Markup\ValueSerializerTests.cs (6)
445public IContainer Container => throw new NotImplementedException(); 447public object Instance => throw new NotImplementedException(); 449public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException(); 451public object GetService(Type serviceType) => throw new NotImplementedException(); 453public void OnComponentChanged() => throw new NotImplementedException(); 455public bool OnComponentChanging() => throw new NotImplementedException();
System\Windows\Markup\XamlSetMarkupExtensionEventArgsTests.cs (1)
41public object GetService(Type serviceType) => throw new NotImplementedException();
System\Windows\Markup\XamlSetTypeConverterEventArgsTests.cs (6)
44public IContainer Container => throw new NotImplementedException(); 46public object Instance => throw new NotImplementedException(); 48public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException(); 50public object GetService(Type serviceType) => throw new NotImplementedException(); 52public void OnComponentChanged() => throw new NotImplementedException(); 54public bool OnComponentChanging() => throw new NotImplementedException();
System\Xaml\Replacements\EventConverterTests.cs (10)
50throw new NotImplementedException(); 86throw new NotImplementedException(); 121throw new NotImplementedException(serviceType.ToString()); 194public IContainer Container => throw new NotImplementedException(); 196public object Instance => throw new NotImplementedException(); 198public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException(); 206throw new NotImplementedException(); 212public void OnComponentChanged() => throw new NotImplementedException(); 214public bool OnComponentChanging() => throw new NotImplementedException(); 232throw new NotImplementedException();
System\Xaml\Replacements\TypeListConverterTests.cs (6)
86public IContainer Container => throw new NotImplementedException(); 88public object Instance => throw new NotImplementedException(); 90public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException(); 94public object? GetService(Type serviceType) => throw new NotImplementedException(); 96public void OnComponentChanged() => throw new NotImplementedException(); 98public bool OnComponentChanging() => throw new NotImplementedException();
System\Xaml\Replacements\TypeTypeConverterTests.cs (12)
128throw new NotImplementedException(); 167throw new NotImplementedException(); 244throw new NotImplementedException(); 284public IContainer Container => throw new NotImplementedException(); 286public object Instance => throw new NotImplementedException(); 288public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException(); 296throw new NotImplementedException(); 302public void OnComponentChanged() => throw new NotImplementedException(); 304public bool OnComponentChanging() => throw new NotImplementedException(); 322throw new NotImplementedException(); 337throw new NotImplementedException(); 352throw new NotImplementedException();
System\Xaml\Schema\XamlTypeInvokerTests.cs (5)
541public void Add(object value) => throw new NotImplementedException(); 562public void GetEnumerator() => throw new NotImplementedException(); 563public void Add(object value) => throw new NotImplementedException(); 568public IEnumerator GetEnumerator(object i) => throw new NotImplementedException(); 569public void Add(object value) => throw new NotImplementedException();
System\Xaml\Schema\XamlTypeNameTests.cs (9)
470public IContainer Container => throw new NotImplementedException(); 472public object Instance => throw new NotImplementedException(); 474public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException(); 476public object? GetService(Type serviceType) => throw new NotImplementedException(); 478public void OnComponentChanged() => throw new NotImplementedException(); 480public bool OnComponentChanging() => throw new NotImplementedException(); 491throw new NotImplementedException(); 506throw new NotImplementedException(); 512public IEnumerable<NamespaceDeclaration> GetNamespacePrefixes() => throw new NotImplementedException();
System\Xaml\Schema\XamlTypeTypeConverterTests.cs (15)
79throw new NotImplementedException(); 112throw new NotImplementedException(); 133throw new NotImplementedException(); 167throw new NotImplementedException(); 221throw new NotImplementedException(); 244throw new NotImplementedException(); 282public IContainer Container => throw new NotImplementedException(); 284public object Instance => throw new NotImplementedException(); 286public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException(); 294throw new NotImplementedException(); 300public void OnComponentChanged() => throw new NotImplementedException(); 302public bool OnComponentChanging() => throw new NotImplementedException(); 313throw new NotImplementedException(); 328throw new NotImplementedException(); 334public IEnumerable<NamespaceDeclaration> GetNamespacePrefixes() => throw new NotImplementedException();
System\Xaml\XamlMemberTests.cs (3)
2343throw new NotImplementedException(); 2349public object[] GetCustomAttributes(bool inherit) => throw new NotImplementedException(); 2357throw new NotImplementedException();
System\Xaml\XamlSchemaContextTests.cs (1)
1032throw new NotImplementedException();
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)
src\RoslynAnalyzers\Utilities\Compiler\Extensions\IOperationExtensions.cs (1)
650_ => throw new NotImplementedException()
src\RoslynAnalyzers\Utilities\Compiler\Extensions\ISymbolExtensions.cs (1)
559_ => throw new NotImplementedException(),
src\RoslynAnalyzers\Utilities\Compiler\Extensions\ReportDiagnosticExtensions.cs (2)
20_ => throw new NotImplementedException(), 34_ => throw new NotImplementedException(),
src\RoslynAnalyzers\Utilities\Compiler\Options\AbstractCategorizedAnalyzerConfigOptions.cs (1)
63_ => throw new NotImplementedException()
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledConcurrentSet.cs (1)
101public void CopyTo(T[] array, int arrayIndex) => throw new NotImplementedException();
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (5)
728throw new NotImplementedException(); 834throw new NotImplementedException(); 845throw new NotImplementedException(); 940throw new NotImplementedException(); 953throw new NotImplementedException();
Text.Analyzers (14)
IdentifiersShouldBeSpelledCorrectly.cs (2)
501_ => throw new NotImplementedException($"Unknown SymbolKind: {symbol.Kind}"), 520_ => throw new NotImplementedException($"Unknown SymbolKind: {symbol.Kind}"),
src\RoslynAnalyzers\Utilities\Compiler\DiagnosticDescriptorHelper.cs (1)
66_ => throw new System.NotImplementedException(),
src\RoslynAnalyzers\Utilities\Compiler\Extensions\IOperationExtensions.cs (1)
650_ => throw new NotImplementedException()
src\RoslynAnalyzers\Utilities\Compiler\Extensions\ISymbolExtensions.cs (1)
559_ => throw new NotImplementedException(),
src\RoslynAnalyzers\Utilities\Compiler\Extensions\ReportDiagnosticExtensions.cs (2)
20_ => throw new NotImplementedException(), 34_ => throw new NotImplementedException(),
src\RoslynAnalyzers\Utilities\Compiler\Options\AbstractCategorizedAnalyzerConfigOptions.cs (1)
63_ => throw new NotImplementedException()
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledConcurrentSet.cs (1)
101public void CopyTo(T[] array, int arrayIndex) => throw new NotImplementedException();
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (5)
728throw new NotImplementedException(); 834throw new NotImplementedException(); 845throw new NotImplementedException(); 940throw new NotImplementedException(); 953throw new NotImplementedException();
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (2)
485throw new System.NotImplementedException(SR.NoITextDocumentFromRichEdit); 494throw new System.NotImplementedException(SR.NoITextDocumentFromRichEdit);
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
236throw new NotImplementedException();
WindowsBase.Tests (204)
System\ComponentModel\CurrentChangedEventManagerTests.cs (26)
562public bool CanFilter => throw new NotImplementedException(); 564public bool CanGroup => throw new NotImplementedException(); 566public bool CanSort => throw new NotImplementedException(); 570get => throw new NotImplementedException(); 571set => throw new NotImplementedException(); 574public object CurrentItem => throw new NotImplementedException(); 576public int CurrentPosition => throw new NotImplementedException(); 580get => throw new NotImplementedException(); 581set => throw new NotImplementedException(); 584public ObservableCollection<GroupDescription> GroupDescriptions => throw new NotImplementedException(); 586public ReadOnlyObservableCollection<object> Groups => throw new NotImplementedException(); 588public bool IsCurrentAfterLast => throw new NotImplementedException(); 590public bool IsCurrentBeforeFirst => throw new NotImplementedException(); 592public bool IsEmpty => throw new NotImplementedException(); 594public SortDescriptionCollection SortDescriptions => throw new NotImplementedException(); 596public IEnumerable SourceCollection => throw new NotImplementedException(); 604public bool Contains(object item) => throw new NotImplementedException(); 606public IDisposable DeferRefresh() => throw new NotImplementedException(); 608public IEnumerator GetEnumerator() => throw new NotImplementedException(); 610public bool MoveCurrentTo(object item) => throw new NotImplementedException(); 612public bool MoveCurrentToFirst() => throw new NotImplementedException(); 614public bool MoveCurrentToLast() => throw new NotImplementedException(); 616public bool MoveCurrentToNext() => throw new NotImplementedException(); 618public bool MoveCurrentToPosition(int position) => throw new NotImplementedException(); 620public bool MoveCurrentToPrevious() => throw new NotImplementedException(); 622public void Refresh() => throw new NotImplementedException();
System\ComponentModel\CurrentChangingEventManagerTests.cs (26)
544public bool CanFilter => throw new NotImplementedException(); 546public bool CanGroup => throw new NotImplementedException(); 548public bool CanSort => throw new NotImplementedException(); 552get => throw new NotImplementedException(); 553set => throw new NotImplementedException(); 556public object CurrentItem => throw new NotImplementedException(); 558public int CurrentPosition => throw new NotImplementedException(); 562get => throw new NotImplementedException(); 563set => throw new NotImplementedException(); 566public ObservableCollection<GroupDescription> GroupDescriptions => throw new NotImplementedException(); 568public ReadOnlyObservableCollection<object> Groups => throw new NotImplementedException(); 570public bool IsCurrentAfterLast => throw new NotImplementedException(); 572public bool IsCurrentBeforeFirst => throw new NotImplementedException(); 574public bool IsEmpty => throw new NotImplementedException(); 576public SortDescriptionCollection SortDescriptions => throw new NotImplementedException(); 578public IEnumerable SourceCollection => throw new NotImplementedException(); 586public bool Contains(object item) => throw new NotImplementedException(); 588public IDisposable DeferRefresh() => throw new NotImplementedException(); 590public IEnumerator GetEnumerator() => throw new NotImplementedException(); 592public bool MoveCurrentTo(object item) => throw new NotImplementedException(); 594public bool MoveCurrentToFirst() => throw new NotImplementedException(); 596public bool MoveCurrentToLast() => throw new NotImplementedException(); 598public bool MoveCurrentToNext() => throw new NotImplementedException(); 600public bool MoveCurrentToPosition(int position) => throw new NotImplementedException(); 602public bool MoveCurrentToPrevious() => throw new NotImplementedException(); 604public void Refresh() => throw new NotImplementedException();
System\ComponentModel\ErrorsChangedEventManagerTests.cs (2)
260public bool HasErrors => throw new NotImplementedException(); 266public IEnumerable GetErrors(string? propertyName) => throw new NotImplementedException();
System\ComponentModel\GroupDescriptionTests.cs (1)
622=> throw new NotImplementedException();
System\IO\Packaging\PackageDigitalSignatureManagerTests.cs (5)
340throw new NotImplementedException(); 349throw new NotImplementedException(); 357throw new NotImplementedException(); 362throw new NotImplementedException(); 367throw new NotImplementedException();
System\Windows\Converters\Int32RectValueSerializerTests.cs (8)
110public IContainer Container => throw new NotImplementedException(); 112public object Instance => throw new NotImplementedException(); 114public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException(); 116public object? GetService(Type serviceType) => throw new NotImplementedException(); 118public ValueSerializer GetValueSerializerFor(PropertyDescriptor descriptor) => throw new NotImplementedException(); 120public ValueSerializer GetValueSerializerFor(Type type) => throw new NotImplementedException(); 122public void OnComponentChanged() => throw new NotImplementedException(); 124public bool OnComponentChanging() => throw new NotImplementedException();
System\Windows\Converters\PointValueSerializerTests.cs (8)
110public IContainer Container => throw new NotImplementedException(); 112public object Instance => throw new NotImplementedException(); 114public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException(); 116public object? GetService(Type serviceType) => throw new NotImplementedException(); 118public ValueSerializer GetValueSerializerFor(PropertyDescriptor descriptor) => throw new NotImplementedException(); 120public ValueSerializer GetValueSerializerFor(Type type) => throw new NotImplementedException(); 122public void OnComponentChanged() => throw new NotImplementedException(); 124public bool OnComponentChanging() => throw new NotImplementedException();
System\Windows\Converters\RectValueSerializerTests.cs (8)
119public IContainer Container => throw new NotImplementedException(); 121public object Instance => throw new NotImplementedException(); 123public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException(); 125public object? GetService(Type serviceType) => throw new NotImplementedException(); 127public ValueSerializer GetValueSerializerFor(PropertyDescriptor descriptor) => throw new NotImplementedException(); 129public ValueSerializer GetValueSerializerFor(Type type) => throw new NotImplementedException(); 131public void OnComponentChanged() => throw new NotImplementedException(); 133public bool OnComponentChanging() => throw new NotImplementedException();
System\Windows\Converters\SizeValueSerializerTests.cs (8)
119public IContainer Container => throw new NotImplementedException(); 121public object Instance => throw new NotImplementedException(); 123public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException(); 125public object? GetService(Type serviceType) => throw new NotImplementedException(); 127public ValueSerializer GetValueSerializerFor(PropertyDescriptor descriptor) => throw new NotImplementedException(); 129public ValueSerializer GetValueSerializerFor(Type type) => throw new NotImplementedException(); 131public void OnComponentChanged() => throw new NotImplementedException(); 133public bool OnComponentChanging() => throw new NotImplementedException();
System\Windows\Converters\VectorValueSerializerTests.cs (8)
110public IContainer Container => throw new NotImplementedException(); 112public object Instance => throw new NotImplementedException(); 114public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException(); 116public object? GetService(Type serviceType) => throw new NotImplementedException(); 118public ValueSerializer GetValueSerializerFor(PropertyDescriptor descriptor) => throw new NotImplementedException(); 120public ValueSerializer GetValueSerializerFor(Type type) => throw new NotImplementedException(); 122public void OnComponentChanged() => throw new NotImplementedException(); 124public bool OnComponentChanging() => throw new NotImplementedException();
System\Windows\Data\DataSourceProviderTests.cs (4)
1877throw new NotImplementedException(); 1898throw new NotImplementedException(); 1910throw new NotImplementedException(); 1927throw new NotImplementedException();
System\Windows\ExpressionConverterTests.cs (6)
110public IContainer Container => throw new NotImplementedException(); 112public object Instance => throw new NotImplementedException(); 114public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException(); 116public object? GetService(Type serviceType) => throw new NotImplementedException(); 118public void OnComponentChanged() => throw new NotImplementedException(); 120public bool OnComponentChanging() => throw new NotImplementedException();
System\Windows\FreezableTests.cs (3)
7284throw new NotImplementedException(); 7350throw new NotImplementedException(); 7387protected override Freezable CreateInstanceCore() => throw new NotImplementedException();
System\Windows\Input\KeyConverterTests.cs (5)
425public IContainer Container => throw new NotImplementedException(); 435public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException(); 437public object? GetService(Type serviceType) => throw new NotImplementedException(); 439public void OnComponentChanged() => throw new NotImplementedException(); 441public bool OnComponentChanging() => throw new NotImplementedException();
System\Windows\Input\KeyValueSerializerTests.cs (8)
127public IContainer Container => throw new NotImplementedException(); 129public object Instance => throw new NotImplementedException(); 131public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException(); 133public object? GetService(Type serviceType) => throw new NotImplementedException(); 135public ValueSerializer GetValueSerializerFor(PropertyDescriptor descriptor) => throw new NotImplementedException(); 137public ValueSerializer GetValueSerializerFor(Type type) => throw new NotImplementedException(); 139public void OnComponentChanged() => throw new NotImplementedException(); 141public bool OnComponentChanging() => throw new NotImplementedException();
System\Windows\Input\ModifierKeysConverterTests.cs (5)
299public IContainer Container => throw new NotImplementedException(); 309public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException(); 311public object? GetService(Type serviceType) => throw new NotImplementedException(); 313public void OnComponentChanged() => throw new NotImplementedException(); 315public bool OnComponentChanging() => throw new NotImplementedException();
System\Windows\Input\ModifierKeysValueSerializerTests.cs (8)
122public IContainer Container => throw new NotImplementedException(); 124public object Instance => throw new NotImplementedException(); 126public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException(); 128public object? GetService(Type serviceType) => throw new NotImplementedException(); 130public ValueSerializer GetValueSerializerFor(PropertyDescriptor descriptor) => throw new NotImplementedException(); 132public ValueSerializer GetValueSerializerFor(Type type) => throw new NotImplementedException(); 134public void OnComponentChanged() => throw new NotImplementedException(); 136public bool OnComponentChanging() => throw new NotImplementedException();
System\Windows\Int32RectConverterTests.cs (6)
175public IContainer Container => throw new NotImplementedException(); 177public object Instance => throw new NotImplementedException(); 179public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException(); 181public object? GetService(Type serviceType) => throw new NotImplementedException(); 183public void OnComponentChanged() => throw new NotImplementedException(); 185public bool OnComponentChanging() => throw new NotImplementedException();
System\Windows\Markup\InternalTypeHelperTests.cs (5)
21=> throw new NotImplementedException(); 24=> throw new NotImplementedException(); 27=> throw new NotImplementedException(); 30=> throw new NotImplementedException(); 33=> throw new NotImplementedException();
System\Windows\Markup\Primitives\MarkupObjectTests.cs (2)
457public override object ProvideValue(IServiceProvider serviceProvider) => throw new NotImplementedException(); 497public override object ProvideValue(IServiceProvider serviceProvider) => throw new NotImplementedException();
System\Windows\Markup\Primitives\MarkupPropertyTests.cs (1)
584public override object ProvideValue(IServiceProvider serviceProvider) => throw new NotImplementedException();
System\Windows\Media\Converters\MatrixValueSerializerTests.cs (8)
110public IContainer Container => throw new NotImplementedException(); 112public object Instance => throw new NotImplementedException(); 114public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException(); 116public object? GetService(Type serviceType) => throw new NotImplementedException(); 118public ValueSerializer GetValueSerializerFor(PropertyDescriptor descriptor) => throw new NotImplementedException(); 120public ValueSerializer GetValueSerializerFor(Type type) => throw new NotImplementedException(); 122public void OnComponentChanged() => throw new NotImplementedException(); 124public bool OnComponentChanging() => throw new NotImplementedException();
System\Windows\Media\MatrixConverterTests.cs (6)
175public IContainer Container => throw new NotImplementedException(); 177public object Instance => throw new NotImplementedException(); 179public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException(); 181public object? GetService(Type serviceType) => throw new NotImplementedException(); 183public void OnComponentChanged() => throw new NotImplementedException(); 185public bool OnComponentChanging() => throw new NotImplementedException();
System\Windows\NameScopeTests.cs (3)
1192public object FindName(string name) => throw new NotImplementedException(); 1194public void RegisterName(string name, object scopedElement) => throw new NotImplementedException(); 1196public void UnregisterName(string name) => throw new NotImplementedException();
System\Windows\PointConverterTests.cs (6)
175public IContainer Container => throw new NotImplementedException(); 177public object Instance => throw new NotImplementedException(); 179public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException(); 181public object? GetService(Type serviceType) => throw new NotImplementedException(); 183public void OnComponentChanged() => throw new NotImplementedException(); 185public bool OnComponentChanging() => throw new NotImplementedException();
System\Windows\RectConverterTests.cs (6)
185public IContainer Container => throw new NotImplementedException(); 187public object Instance => throw new NotImplementedException(); 189public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException(); 191public object? GetService(Type serviceType) => throw new NotImplementedException(); 193public void OnComponentChanged() => throw new NotImplementedException(); 195public bool OnComponentChanging() => throw new NotImplementedException();
System\Windows\SizeConverterTests.cs (6)
185public IContainer Container => throw new NotImplementedException(); 187public object Instance => throw new NotImplementedException(); 189public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException(); 191public object? GetService(Type serviceType) => throw new NotImplementedException(); 193public void OnComponentChanged() => throw new NotImplementedException(); 195public bool OnComponentChanging() => throw new NotImplementedException();
System\Windows\Threading\DispatcherObjectTests.cs (1)
95protected override Freezable CreateInstanceCore() => throw new NotImplementedException();
System\Windows\VectorConverterTests.cs (6)
175public IContainer Container => throw new NotImplementedException(); 177public object Instance => throw new NotImplementedException(); 179public PropertyDescriptor PropertyDescriptor => throw new NotImplementedException(); 181public object? GetService(Type serviceType) => throw new NotImplementedException(); 183public void OnComponentChanged() => throw new NotImplementedException(); 185public bool OnComponentChanging() => throw new NotImplementedException();
System\Windows\WeakEventManagerTests.cs (9)
5657protected override void StartListening(object source) => throw new NotImplementedException(); 5659protected override void StopListening(object source) => throw new NotImplementedException(); 6036protected override void StartListening(object source) => throw new NotImplementedException(); 6038protected override void StopListening(object source) => throw new NotImplementedException(); 6072throw new NotImplementedException(); 6084throw new NotImplementedException(); 6090public void SecondHandler(object sender, EventArgs e) => throw new NotImplementedException(); 6139throw new NotImplementedException(); 6156protected override void StartListening(object source) => throw new NotImplementedException();
XmlFormattersWebSite (1)
Controllers\XmlApiControllerBase.cs (1)
34=> throw new NotImplementedException();
xunit.assert (6)
ExceptionAsserts.cs (4)
84 throw new NotImplementedException("You must call Assert.ThrowsAsync (and await the result) when testing async code."); 122 throw new NotImplementedException("You must call Assert.ThrowsAsync<T> (and await the result) when testing async code."); 186 throw new NotImplementedException("You must call Assert.ThrowsAsync<T> (and await the result) when testing async code."); 239 throw new NotImplementedException("You must call Assert.ThrowsAnyAsync<T> (and await the result) when testing async code.");
PropertyAsserts.cs (1)
71 throw new NotImplementedException("You must call Assert.PropertyChangedAsync (and await the result) when testing async code.");
Record.cs (1)
96 throw new NotImplementedException("You must call Assert.RecordExceptionAsync (and await the result) when testing async code.");
232 references to NotImplementedException
Aspire.Components.Common.Tests (1)
ConformanceTests.cs (1)
564catch (NotImplementedException)
dotnet-svcutil-lib (1)
CodeDomFixup\ArrayOfXElementTypeHelper.cs (1)
198new CodeTypeReference(typeof(NotImplementedException)),
Metrics (1)
src\RoslynAnalyzers\Utilities\Workspaces\SyntaxGeneratorExtensions.cs (1)
423/// An sequence containing a single statement that throws <see cref="System.NotImplementedException"/>.
Metrics.Legacy (1)
src\RoslynAnalyzers\Utilities\Workspaces\SyntaxGeneratorExtensions.cs (1)
423/// An sequence containing a single statement that throws <see cref="System.NotImplementedException"/>.
Microsoft.AspNetCore.CookiePolicy.Test (4)
CookiePolicyTests.cs (4)
338Assert.Throws<NotImplementedException>(() => context.Response.Cookies.Delete("A")); 339Assert.Throws<NotImplementedException>(() => context.Response.Cookies.Delete("A", new CookieOptions())); 340Assert.Throws<NotImplementedException>(() => context.Response.Cookies.Append("A", "A")); 341Assert.Throws<NotImplementedException>(() => context.Response.Cookies.Append("A", "A", new CookieOptions()));
Microsoft.AspNetCore.Hosting.Tests (1)
WebHostTests.cs (1)
734Assert.Throws<NotImplementedException>(() => builder.Build());
Microsoft.AspNetCore.Http.Abstractions.Tests (1)
MapPathMiddlewareTests.cs (1)
191await Assert.ThrowsAsync<NotImplementedException>(() => app.Invoke(context));
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnection.cs (1)
579catch (Exception ex) when (ex is NotSupportedException || ex is NotImplementedException)
Microsoft.AspNetCore.Http.Extensions.Tests (1)
RequestDelegateGenerator\RequestDelegateCreationTests.TryParse.cs (1)
283await Assert.ThrowsAsync<NotImplementedException>(async () => await endpoint.RequestDelegate(httpContext));
Microsoft.AspNetCore.Identity.Test (2)
UserManagerTest.cs (2)
801await Assert.ThrowsAsync<NotImplementedException>(() => manager.GenerateUserTokenAsync(new PocoUser(), "A", "purpose")); 898await Assert.ThrowsAsync<NotImplementedException>(() => manager.GenerateUserTokenAsync(new PocoUser(), TokenOptions.DefaultProvider, "purpose"));
Microsoft.AspNetCore.InternalTesting.Tests (6)
MaximumOSVersionAttributeTest.cs (3)
14Assert.Throws<NotImplementedException>(() => new MaximumOSVersionAttribute(OperatingSystems.Linux, "2.5")); 20Assert.Throws<NotImplementedException>(() => new MaximumOSVersionAttribute(OperatingSystems.MacOSX, "2.5")); 26Assert.Throws<NotImplementedException>(() => new MaximumOSVersionAttribute(OperatingSystems.Linux | OperatingSystems.Windows, "2.5"));
MinimumOSVersionAttributeTest.cs (3)
14Assert.Throws<NotImplementedException>(() => new MinimumOSVersionAttribute(OperatingSystems.Linux, "2.5")); 20Assert.Throws<NotImplementedException>(() => new MinimumOSVersionAttribute(OperatingSystems.MacOSX, "2.5")); 26Assert.Throws<NotImplementedException>(() => new MinimumOSVersionAttribute(OperatingSystems.Linux | OperatingSystems.Windows, "2.5"));
Microsoft.AspNetCore.Mvc.Abstractions.Test (5)
ModelBinding\ModelMetadataTest.cs (5)
387Assert.Throws<NotImplementedException>(() => metadata.ContainerMetadata); 397var result = Assert.Throws<NotImplementedException>(() => metadata.GetMetadataForType(typeof(string))); 407var result = Assert.Throws<NotImplementedException>(() => metadata.GetMetadataForProperties(typeof(string)));
Microsoft.AspNetCore.Mvc.Core.Test (6)
Infrastructure\ControllerActionInvokerTest.cs (3)
922await Assert.ThrowsAsync<NotImplementedException>( 945await Assert.ThrowsAsync<NotImplementedException>( 1018await Assert.ThrowsAsync<NotImplementedException>(
Infrastructure\JsonResultExecutorTestBase.cs (3)
217catch (NotImplementedException ex) 223var expectedException = Assert.IsType<NotImplementedException>(serializerException.InnerException);
Microsoft.AspNetCore.Mvc.Formatters.Xml (1)
DelegatingEnumerable.cs (1)
63/// <exception cref="NotImplementedException">Thrown unconditionally.</exception>
Microsoft.AspNetCore.Mvc.NewtonsoftJson.Test (3)
src\Mvc\Mvc.Core\test\Infrastructure\JsonResultExecutorTestBase.cs (3)
217catch (NotImplementedException ex) 223var expectedException = Assert.IsType<NotImplementedException>(serializerException.InnerException);
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
ViewExecutorTest.cs (2)
105var exception = await Assert.ThrowsAsync<NotImplementedException>(async () => await viewExecutor.ExecuteAsync(
Microsoft.AspNetCore.Shared.Tests (3)
ObjectMethodExecutorTest.cs (3)
74Assert.Throws<NotImplementedException>( 122await Assert.ThrowsAsync<NotImplementedException>( 139await Assert.ThrowsAsync<NotImplementedException>(
Microsoft.AspNetCore.SignalR.Tests (1)
ClientProxyTests.cs (1)
216var ex = await Assert.ThrowsAsync<NotImplementedException>(async () => await proxy.InvokeAsync<int>("method", cancellationToken: default)).DefaultTimeout();
Microsoft.AspNetCore.StaticAssets (1)
StaticAssetsInvoker.cs (1)
183var exception = new NotImplementedException(preconditionState.ToString());
Microsoft.AspNetCore.StaticFiles (1)
StaticFileContext.cs (1)
344var exception = new NotImplementedException(GetPreconditionState().ToString());
Microsoft.Build.Framework (1)
EngineServices.cs (1)
13/// won't break when the class is extended with new members. This base implementation should be throwing <see cref="NotImplementedException"/>.
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerConfigOptions.cs (1)
27/// <exception cref="NotImplementedException">Not implemented by the derived type.</exception>
Microsoft.CodeAnalysis.Analyzers (1)
src\RoslynAnalyzers\Utilities\Workspaces\SyntaxGeneratorExtensions.cs (1)
423/// An sequence containing a single statement that throws <see cref="System.NotImplementedException"/>.
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ICompilationExtensions.cs (1)
123=> compilation.GetTypeByMetadataName(typeof(NotImplementedException).FullName!);
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions.cs (1)
47: codeDefinitionFactory.QualifiedName(codeDefinitionFactory.IdentifierName(nameof(System)), codeDefinitionFactory.IdentifierName(nameof(NotImplementedException)));
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (2)
CommandLineTests.cs (2)
9604Assert.Contains(nameof(NotImplementedException), output, StringComparison.Ordinal); 9626Assert.Contains(nameof(NotImplementedException), output, StringComparison.Ordinal);
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.ExpressionEvaluator.ResultProvider (1)
src\ExpressionEvaluator\CSharp\Source\ResultProvider\CSharpResultProvider.cs (1)
16[DkmReportNonFatalWatsonException(ExcludeExceptionType = typeof(NotImplementedException)), DkmContinueCorruptingException]
Microsoft.CodeAnalysis.CSharp.Features (1)
Copilot\CSharpImplementNotImplementedExceptionDiagnosticAnalyzer.cs (1)
30var notImplementedExceptionType = context.Compilation.GetTypeByMetadataName(typeof(NotImplementedException).FullName!);
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (3)
DkmUtilities.cs (1)
73catch (NotImplementedException e) when (module is DkmClrNcModuleInstance)
ExpressionEvaluatorFatalError.cs (1)
68if (exception is NotImplementedException)
NotImplementedMetadataException.cs (1)
13internal NotImplementedMetadataException(NotImplementedException inner) : base(string.Empty, inner)
Microsoft.CodeAnalysis.ExpressionEvaluator.FunctionResolver (3)
CSharp\CSharpFunctionResolver.cs (1)
14[DkmReportNonFatalWatsonException(ExcludeExceptionType = typeof(NotImplementedException)), DkmContinueCorruptingException]
FunctionResolver.cs (1)
192catch (NotImplementedException)
VisualBasic\VisualBasicFunctionResolver.cs (1)
14[DkmReportNonFatalWatsonException(ExcludeExceptionType = typeof(NotImplementedException)), DkmContinueCorruptingException]
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (1)
src\ExpressionEvaluator\Core\Source\ExpressionCompiler\ExpressionEvaluatorFatalError.cs (1)
68if (exception is NotImplementedException)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
src\ExpressionEvaluator\Core\Source\ExpressionCompiler\ExpressionEvaluatorFatalError.cs (1)
68if (exception is NotImplementedException)
Microsoft.CodeAnalysis.Features (2)
Copilot\ICopilotCodeAnalysisService.cs (2)
92/// Checks if the feature for implementing <see cref="System.NotImplementedException"/> is available. 97/// Implements methods or properties containing <see cref="System.NotImplementedException"/> throws in the given <paramref name="document"/>.
Microsoft.CodeAnalysis.PublicApiAnalyzers.CodeFixes (1)
src\RoslynAnalyzers\Utilities\Workspaces\SyntaxGeneratorExtensions.cs (1)
423/// An sequence containing a single statement that throws <see cref="System.NotImplementedException"/>.
Microsoft.CodeAnalysis.Test.Utilities (4)
Diagnostics\CommonDiagnosticAnalyzers.cs (4)
2243private readonly NotImplementedException _exception; 2245public DiagnosticSuppressorThrowsExceptionFromSupportedSuppressions(NotImplementedException exception) 2262private readonly NotImplementedException _exception; 2264public DiagnosticSuppressorThrowsExceptionFromReportedSuppressions(string suppressedDiagnosticId, NotImplementedException exception)
Microsoft.CodeAnalysis.UnitTests (1)
Text\StringTextTest.cs (1)
77Assert.Throws<NotImplementedException>(() => SourceText.From(new TestStream(canRead: true, canSeek: false), Encoding.UTF8));
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ICompilationExtensions.cs (1)
123=> compilation.GetTypeByMetadataName(typeof(NotImplementedException).FullName!);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions.cs (1)
47: codeDefinitionFactory.QualifiedName(codeDefinitionFactory.IdentifierName(nameof(System)), codeDefinitionFactory.IdentifierName(nameof(NotImplementedException)));
Microsoft.CodeAnalysis.Workspaces.UnitTests (3)
Remote\ServiceDescriptorTests.cs (1)
191Assert.Throws<NotImplementedException>(() => original.GetBytes("\u1234"));
SolutionTests\TextLoaderTests.cs (2)
110await Assert.ThrowsAsync<NotImplementedException>(() => loader.LoadTextAndVersionAsync(new LoadTextOptions(SourceHashAlgorithms.Default), CancellationToken.None)); 111await Assert.ThrowsAsync<NotImplementedException>(() => loader.LoadTextAndVersionAsync(workspace: null, documentId: null, CancellationToken.None));
Microsoft.CommonLanguageServerProtocol.Framework.UnitTests (1)
RequestExecutionQueueTests.cs (1)
56await Assert.ThrowsAsync<NotImplementedException>(() => requestExecutionQueue.ExecuteAsync(JToken.FromObject(new MockRequest(1)), ThrowingHandler.Name, lspServices, CancellationToken.None));
Microsoft.Data.Analysis.Tests (16)
DataFrameTests.Computations.cs (16)
145Assert.Throws<NotImplementedException>(() => column.CumulativeMax()); 146Assert.Throws<NotImplementedException>(() => column.CumulativeMin()); 147Assert.Throws<NotImplementedException>(() => column.CumulativeProduct()); 148Assert.Throws<NotImplementedException>(() => column.CumulativeSum()); 149Assert.Throws<NotImplementedException>(() => column.Max()); 150Assert.Throws<NotImplementedException>(() => column.Min()); 151Assert.Throws<NotImplementedException>(() => column.Product()); 152Assert.Throws<NotImplementedException>(() => column.Sum()); 314Assert.Throws<NotImplementedException>(() => column.CumulativeMax()); 315Assert.Throws<NotImplementedException>(() => column.CumulativeMin()); 316Assert.Throws<NotImplementedException>(() => column.CumulativeProduct()); 317Assert.Throws<NotImplementedException>(() => column.CumulativeSum()); 318Assert.Throws<NotImplementedException>(() => column.Max()); 319Assert.Throws<NotImplementedException>(() => column.Min()); 320Assert.Throws<NotImplementedException>(() => column.Product()); 321Assert.Throws<NotImplementedException>(() => column.Sum());
Microsoft.DotNet.Build.Manifest (1)
AssetManifestModel.cs (1)
15/// <exception cref="NotImplementedException"></exception>
Microsoft.DotNet.Build.Tasks.Feed (1)
src\CreateAzureDevOpsFeed.cs (1)
198/// <exception cref="NotImplementedException"></exception>
Microsoft.DotNet.SignTool.Tests (1)
SignToolTests.cs (1)
3179shouldFail.Should().Throw<NotImplementedException>();
Microsoft.DotNet.VersionTools.Cli.Tests (1)
VersionTrimmingOperationTests.cs (1)
155shouldFail.Should().Throw<NotImplementedException>();
Microsoft.Extensions.AI.Tests (1)
Functions\AIFunctionFactoryTest.cs (1)
130await Assert.ThrowsAsync<NotImplementedException>(() => func.InvokeAsync().AsTask());
Microsoft.Maui.Controls.Maps (2)
AppHostBuilderExtensions.cs (2)
27 /// <exception cref="NotImplementedException">Thrown on Windows because the maps control currently is not implemented for Windows.</exception> 68 /// <exception cref="NotImplementedException">Thrown on Windows because the maps control currently is not implemented for Windows.</exception>
Microsoft.Maui.Graphics (1)
PlatformImage.cs (1)
54 /// <exception cref="NotImplementedException">Thrown when the provided value in <paramref name="format"/> does not match with the original format for this image.</exception>
Microsoft.ML.Fairlearn (1)
Metrics\FairlearnMetricCatalog.cs (1)
167/// <exception cref="NotImplementedException"></exception>
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (58)
CodeModel\FileCodeClassTests.cs (11)
108Assert.Throws<NotImplementedException>(() => testObject.GetStartPoint(vsCMPart.vsCMPartAttributes)); 137Assert.Throws<NotImplementedException>(() => testObject.GetStartPoint(vsCMPart.vsCMPartBodyWithDelimiter)); 155Assert.Throws<NotImplementedException>(() => testObject.GetStartPoint(vsCMPart.vsCMPartHeaderWithAttributes)); 162Assert.Throws<NotImplementedException>(() => testObject.GetStartPoint(vsCMPart.vsCMPartName)); 180Assert.Throws<NotImplementedException>(() => testObject.GetStartPoint(vsCMPart.vsCMPartWhole)); 198Assert.Throws<NotImplementedException>(() => testObject.GetEndPoint(vsCMPart.vsCMPartAttributes)); 227Assert.Throws<NotImplementedException>(() => testObject.GetStartPoint(vsCMPart.vsCMPartBodyWithDelimiter)); 235Assert.Throws<NotImplementedException>(() => testObject.GetEndPoint(vsCMPart.vsCMPartHeader)); 242Assert.Throws<NotImplementedException>(() => testObject.GetStartPoint(vsCMPart.vsCMPartHeaderWithAttributes)); 249Assert.Throws<NotImplementedException>(() => testObject.GetStartPoint(vsCMPart.vsCMPartName)); 267Assert.Throws<NotImplementedException>(() => testObject.GetEndPoint(vsCMPart.vsCMPartWhole));
CodeModel\FileCodeFunctionTests.cs (11)
271Assert.Throws<NotImplementedException>(() => testObject.GetStartPoint(vsCMPart.vsCMPartAttributes)); 296Assert.Throws<NotImplementedException>(() => testObject.GetStartPoint(vsCMPart.vsCMPartBodyWithDelimiter)); 314Assert.Throws<NotImplementedException>(() => testObject.GetStartPoint(vsCMPart.vsCMPartHeaderWithAttributes)); 321Assert.Throws<NotImplementedException>(() => testObject.GetStartPoint(vsCMPart.vsCMPartName)); 350Assert.Throws<NotImplementedException>(() => testObject.GetStartPoint(vsCMPart.vsCMPartWhole)); 368Assert.Throws<NotImplementedException>(() => testObject.GetEndPoint(vsCMPart.vsCMPartAttributes)); 393Assert.Throws<NotImplementedException>(() => testObject.GetEndPoint(vsCMPart.vsCMPartBodyWithDelimiter)); 400Assert.Throws<NotImplementedException>(() => testObject.GetEndPoint(vsCMPart.vsCMPartHeader)); 407Assert.Throws<NotImplementedException>(() => testObject.GetEndPoint(vsCMPart.vsCMPartHeaderWithAttributes)); 414Assert.Throws<NotImplementedException>(() => testObject.GetEndPoint(vsCMPart.vsCMPartName)); 432Assert.Throws<NotImplementedException>(() => testObject.GetEndPoint(vsCMPart.vsCMPartWhole));
CodeModel\FileCodeImportTests.cs (12)
73Assert.Throws<NotImplementedException>(() => import.GetStartPoint(vsCMPart.vsCMPartAttributes)); 94Assert.Throws<NotImplementedException>(() => import.GetStartPoint(vsCMPart.vsCMPartBodyWithDelimiter)); 101Assert.Throws<NotImplementedException>(() => import.GetStartPoint(vsCMPart.vsCMPartHeader)); 108Assert.Throws<NotImplementedException>(() => import.GetStartPoint(vsCMPart.vsCMPartHeaderWithAttributes)); 115Assert.Throws<NotImplementedException>(() => import.GetStartPoint(vsCMPart.vsCMPartName)); 132Assert.Throws<NotImplementedException>(() => import.GetStartPoint(vsCMPart.vsCMPartWhole)); 149Assert.Throws<NotImplementedException>(() => import.GetEndPoint(vsCMPart.vsCMPartAttributes)); 170Assert.Throws<NotImplementedException>(() => import.GetEndPoint(vsCMPart.vsCMPartBodyWithDelimiter)); 177Assert.Throws<NotImplementedException>(() => import.GetEndPoint(vsCMPart.vsCMPartHeader)); 184Assert.Throws<NotImplementedException>(() => import.GetEndPoint(vsCMPart.vsCMPartHeaderWithAttributes)); 191Assert.Throws<NotImplementedException>(() => import.GetEndPoint(vsCMPart.vsCMPartName)); 209Assert.Throws<NotImplementedException>(() => import.GetEndPoint(vsCMPart.vsCMPartWhole));
CodeModel\FileCodeNamespaceTests.cs (12)
108Assert.Throws<NotImplementedException>(() => testObject.GetStartPoint(vsCMPart.vsCMPartAttributes)); 133Assert.Throws<NotImplementedException>(() => testObject.GetStartPoint(vsCMPart.vsCMPartBodyWithDelimiter)); 140Assert.Throws<NotImplementedException>(() => testObject.GetStartPoint(vsCMPart.vsCMPartHeader)); 147Assert.Throws<NotImplementedException>(() => testObject.GetStartPoint(vsCMPart.vsCMPartHeaderWithAttributes)); 154Assert.Throws<NotImplementedException>(() => testObject.GetStartPoint(vsCMPart.vsCMPartName)); 172Assert.Throws<NotImplementedException>(() => testObject.GetStartPoint(vsCMPart.vsCMPartWhole)); 189Assert.Throws<NotImplementedException>(() => testObject.GetEndPoint(vsCMPart.vsCMPartAttributes)); 214Assert.Throws<NotImplementedException>(() => testObject.GetEndPoint(vsCMPart.vsCMPartBodyWithDelimiter)); 221Assert.Throws<NotImplementedException>(() => testObject.GetEndPoint(vsCMPart.vsCMPartHeader)); 228Assert.Throws<NotImplementedException>(() => testObject.GetEndPoint(vsCMPart.vsCMPartHeaderWithAttributes)); 235Assert.Throws<NotImplementedException>(() => testObject.GetEndPoint(vsCMPart.vsCMPartName)); 253Assert.Throws<NotImplementedException>(() => testObject.GetEndPoint(vsCMPart.vsCMPartWhole));
CodeModel\FileCodeVariableTests.cs (12)
195Assert.Throws<NotImplementedException>(() => testObject.GetStartPoint(vsCMPart.vsCMPartAttributes)); 220Assert.Throws<NotImplementedException>(() => testObject.GetStartPoint(vsCMPart.vsCMPartBodyWithDelimiter)); 227Assert.Throws<NotImplementedException>(() => testObject.GetStartPoint(vsCMPart.vsCMPartHeader)); 234Assert.Throws<NotImplementedException>(() => testObject.GetStartPoint(vsCMPart.vsCMPartHeaderWithAttributes)); 241Assert.Throws<NotImplementedException>(() => testObject.GetStartPoint(vsCMPart.vsCMPartName)); 259Assert.Throws<NotImplementedException>(() => testObject.GetStartPoint(vsCMPart.vsCMPartWhole)); 277Assert.Throws<NotImplementedException>(() => testObject.GetEndPoint(vsCMPart.vsCMPartAttributes)); 302Assert.Throws<NotImplementedException>(() => testObject.GetEndPoint(vsCMPart.vsCMPartBodyWithDelimiter)); 309Assert.Throws<NotImplementedException>(() => testObject.GetEndPoint(vsCMPart.vsCMPartHeader)); 316Assert.Throws<NotImplementedException>(() => testObject.GetEndPoint(vsCMPart.vsCMPartHeaderWithAttributes)); 323Assert.Throws<NotImplementedException>(() => testObject.GetEndPoint(vsCMPart.vsCMPartName)); 341Assert.Throws<NotImplementedException>(() => testObject.GetEndPoint(vsCMPart.vsCMPartWhole));
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
373[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.NotImplementedException))]
netstandard (1)
netstandard.cs (1)
1326[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.NotImplementedException))]
PresentationCore (2)
MS\Internal\WpfWebRequestHelper.cs (1)
265catch (NotImplementedException)
System\IO\Packaging\PackWebResponse.cs (1)
455catch (NotImplementedException)
PresentationFramework (2)
System\Windows\Navigation\NavigationService.cs (2)
1829catch (NotImplementedException) 3031/// <exception cref="System.NotImplementedException">
Roslyn.Diagnostics.Analyzers (1)
src\RoslynAnalyzers\Utilities\Workspaces\SyntaxGeneratorExtensions.cs (1)
423/// An sequence containing a single statement that throws <see cref="System.NotImplementedException"/>.
Sockets.BindTests (1)
SocketTransportFactoryTests.cs (1)
21await Assert.ThrowsAsync<NotImplementedException>(async () => await socketTransportFactory.BindAsync(new UriEndPoint(new Uri("http://127.0.0.1:5554"))));
System.ComponentModel.Annotations (4)
System\ComponentModel\DataAnnotations\ValidationAttribute.cs (4)
348/// <exception cref="NotImplementedException"> 385/// <exception cref="NotImplementedException"> 426/// <exception cref="NotImplementedException"> 493/// <exception cref="NotImplementedException">
System.ComponentModel.Composition (7)
System\ComponentModel\Composition\ExceptionBuilder.cs (1)
35public static NotImplementedException CreateNotOverriddenByDerived(string memberName)
System\ComponentModel\Composition\Primitives\Export.cs (4)
131/// <exception cref="NotImplementedException"> 160/// <exception cref="NotImplementedException"> 193/// <exception cref="NotImplementedException"> 226/// <exception cref="NotImplementedException">
System\ComponentModel\Composition\Primitives\ExportDefinition.cs (1)
73/// <exception cref="NotImplementedException">
System\ComponentModel\Composition\Primitives\ImportDefinition.cs (1)
192/// <exception cref="NotImplementedException">
System.Composition.Hosting (2)
System\Composition\Hosting\Core\CycleBreakingExportDescriptor.cs (1)
44var ex = new NotImplementedException(SR.NotImplemented_MetadataCycles);
System\Composition\Hosting\Core\CycleBreakingMetadataDictionary.cs (1)
24var ex = new NotImplementedException(SR.NotImplemented_MetadataCycles);
System.Drawing.Common.Tests (4)
mono\System.Drawing\GraphicsTests.cs (2)
2676Assert.Throws<NotImplementedException>(() => DrawImage_ImagePointRectangleGraphicsUnit([p, p, p, p])); 2734Assert.Throws<NotImplementedException>(() => DrawImage_ImagePointFRectangleGraphicsUnit([p, p, p, p]));
System\Drawing\Drawing2D\CustomLineCapTests.cs (1)
83Assert.Throws<NotImplementedException>(() => new CustomLineCap(fillPath, null));
System\Drawing\StringFormatTests.cs (1)
177Assert.Throws<NotImplementedException>(() => format.SetTabStops(0, [float.NegativeInfinity]));
System.IO.Pipelines (2)
System\IO\Pipelines\PipeWriter.cs (2)
40/// <value><see langword="true" />If a class derived from <see cref="System.IO.Pipelines.PipeWriter" /> does not support getting the unflushed bytes, calls to <see cref="System.IO.Pipelines.PipeWriter.UnflushedBytes" /> throw <see cref="System.NotImplementedException" />.</value> 154/// <exception cref="System.NotImplementedException">The <see cref="System.IO.Pipelines.PipeWriter"/> does not support getting the unflushed byte count.</exception>
System.Net.WebClient (1)
System\Net\WebClient.cs (1)
1100catch (Exception e) when (e is NotImplementedException || e is NotSupportedException) // some types do this
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\ActivityTracker.cs (1)
218catch (NotImplementedException)
src\System\Reflection\Emit\RuntimeModuleBuilder.cs (1)
1043catch (NotImplementedException)
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
365[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.NotImplementedException))]
System.Security.Cryptography (24)
System\Security\Cryptography\AsymmetricAlgorithm.cs (11)
217/// <exception cref="NotImplementedException"> 293/// <exception cref="NotImplementedException"> 340/// <exception cref="NotImplementedException"> 376/// <exception cref="NotImplementedException"> 423/// <exception cref="NotImplementedException"> 476/// <exception cref="NotImplementedException"> 518/// <exception cref="NotImplementedException"> 559/// <exception cref="NotImplementedException"> 609/// <exception cref="NotImplementedException"> 664/// <exception cref="NotImplementedException"> 731/// <exception cref="NotImplementedException">
System\Security\Cryptography\DSA.cs (1)
918private static NotImplementedException DerivedClassMustOverride() =>
System\Security\Cryptography\ECDiffieHellman.cs (2)
151/// <exception cref="NotImplementedException"> 165private static NotImplementedException DerivedClassMustOverride()
System\Security\Cryptography\RSA.cs (9)
154/// <exception cref="NotImplementedException"> 204/// <exception cref="NotImplementedException"> 241/// <exception cref="NotImplementedException"> 287/// <exception cref="NotImplementedException"> 359private static NotImplementedException DerivedClassMustOverride() => 452/// <exception cref="NotImplementedException"> 511/// <exception cref="NotImplementedException"> 558/// <exception cref="NotImplementedException"> 613/// <exception cref="NotImplementedException">
System\Security\Cryptography\X509Certificates\PublicKey.cs (1)
52/// <exception cref="NotImplementedException">
System.Threading.Tasks.Dataflow (1)
Internal\Common.cs (1)
391catch (NotImplementedException) { }
System.Windows.Forms.Design.Tests (8)
ControlDesignerTests.cs (1)
363action.Should().Throw<NotImplementedException>(SR.NotImplementedByDesign);
System\ComponentModel\Design\ComponentDesignerTests.cs (1)
2262Assert.Throws<NotImplementedException>(() => designer.InitializeExistingComponent(defaultValues));
System\ComponentModel\Design\DesignerHostTests.cs (2)
1657Assert.Throws<NotImplementedException>(() => host.Container.Add(component)); 1658Assert.Throws<NotImplementedException>(() => host.Container.Add(component, "name"));
System\ComponentModel\Design\SiteNestedContainerTests.cs (2)
572Assert.Throws<NotImplementedException>(() => container.Add(component)); 573Assert.Throws<NotImplementedException>(() => container.Add(component, "name"));
System\Windows\Forms\Design\AxImporterTests.cs (1)
17action.Should().Throw<NotImplementedException>()
System\Windows\Forms\Design\ComponentDocumentDesignerTests.cs (1)
14action.Should().Throw<NotImplementedException>();
System.Windows.Forms.Tests (3)
System\Windows\Forms\BindingContextTests.cs (1)
746Assert.Throws<NotImplementedException>(() => context.CollectionChanged += handler);
System\Windows\Forms\BindingSourceTests.cs (1)
735Assert.Throws<NotImplementedException>(() => source.Sort = sortValue);
System\Windows\Forms\DataObjectTests.cs (1)
2012action.Should().Throw<NotImplementedException>();
System.Xaml.Tests (1)
System\Xaml\XamlWriterTests.cs (1)
92Assert.Throws<NotImplementedException>(() => writer.WriteNode(reader));
Test.Utilities (1)
src\RoslynAnalyzers\Utilities\Workspaces\SyntaxGeneratorExtensions.cs (1)
423/// An sequence containing a single statement that throws <see cref="System.NotImplementedException"/>.
Text.Analyzers (1)
src\RoslynAnalyzers\Utilities\Workspaces\SyntaxGeneratorExtensions.cs (1)
423/// An sequence containing a single statement that throws <see cref="System.NotImplementedException"/>.
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\Accessible.cs (1)
1311if (e is NotImplementedException)