4 implementations of IsReadOnly
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.Generated.cs (1)
183bool IFeatureCollection.IsReadOnly => false;
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
src\aspnetcore\src\Servers\Kestrel\shared\TransportConnection.Generated.cs (1)
125bool IFeatureCollection.IsReadOnly => false;
src\aspnetcore\src\Servers\Kestrel\shared\TransportMultiplexedConnection.Generated.cs (1)
112bool IFeatureCollection.IsReadOnly => false;
Microsoft.Extensions.Features (1)
FeatureCollection.cs (1)
61public bool IsReadOnly { get { return false; } }