13 implementations of IsReadOnly
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (1)
122bool IFeatureCollection.IsReadOnly => false;
Microsoft.AspNetCore.Hosting.Tests (2)
HostingApplicationTests.cs (1)
218public bool IsReadOnly => Features.IsReadOnly;
WebHostTests.cs (1)
1312public bool IsReadOnly
Microsoft.AspNetCore.Owin (1)
OwinFeatureCollection.cs (1)
331public bool IsReadOnly
Microsoft.AspNetCore.Server.HttpSys (1)
StandardFeatureCollection.cs (1)
60public bool IsReadOnly
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.FeatureCollection.cs (1)
274bool IFeatureCollection.IsReadOnly => false;
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.Generated.cs (1)
183bool IFeatureCollection.IsReadOnly => false;
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (1)
122bool IFeatureCollection.IsReadOnly => false;
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (1)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (1)
122bool IFeatureCollection.IsReadOnly => false;
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (1)
122bool IFeatureCollection.IsReadOnly => false;
src\Servers\Kestrel\shared\TransportMultiplexedConnection.Generated.cs (1)
109bool IFeatureCollection.IsReadOnly => false;
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (1)
122bool IFeatureCollection.IsReadOnly => false;
Microsoft.Extensions.Features (1)
FeatureCollection.cs (1)
61public bool IsReadOnly { get { return false; } }
1 reference to IsReadOnly
Microsoft.AspNetCore.Hosting.Tests (1)
HostingApplicationTests.cs (1)
218public bool IsReadOnly => Features.IsReadOnly;