4 instantiations of StaticSourceTextContainer
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (4)
PdbSourceDocument\PdbSourceDocumentTests.cs (4)
872
var result = service.TryAddDocumentToWorkspace(requestPath, new
StaticSourceTextContainer
(SourceText.From(string.Empty)), out var documentId);
891
var openResult = service.TryAddDocumentToWorkspace(file.FilePath, new
StaticSourceTextContainer
(SourceText.From(string.Empty)), out var documentId);
934
var openResult = service.TryAddDocumentToWorkspace(fileOne.FilePath, new
StaticSourceTextContainer
(SourceText.From(string.Empty)), out var documentId);
945
Assert.Throws<System.ArgumentException>(() => service.TryAddDocumentToWorkspace(fileTwo.FilePath, new
StaticSourceTextContainer
(SourceText.From(string.Empty)), out var documentIdTwo));