10 references to ThrowDisposedOr
Microsoft.CodeAnalysis.Remote.Workspaces (10)
SolutionAssetProvider.cs (10)
192
public override long Length => throw this.
ThrowDisposedOr
(new NotSupportedException());
195
get => throw this.
ThrowDisposedOr
(new NotSupportedException());
196
set => 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());