10 references to ThrowDisposedOr
Microsoft.CodeAnalysis.Remote.Workspaces (10)
SolutionAssetProvider.cs (10)
192public override long Length => throw this.ThrowDisposedOr(new NotSupportedException()); 195get => throw this.ThrowDisposedOr(new NotSupportedException()); 196set => this.ThrowDisposedOr(new NotSupportedException()); 200=> throw this.ThrowDisposedOr(new NotSupportedException()); 203=> throw this.ThrowDisposedOr(new NotSupportedException()); 208=> throw this.ThrowDisposedOr(new NotSupportedException()); 211=> throw this.ThrowDisposedOr(new NotSupportedException()); 216=> throw this.ThrowDisposedOr(new NotSupportedException()); 219=> throw this.ThrowDisposedOr(new NotSupportedException()); 222=> this.ThrowDisposedOr(new NotSupportedException());