3 implementations of TryAddDocumentToWorkspace
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
PdbSourceDocument\NullResultMetadataAsSourceFileProvider.cs (1)
49
public bool
TryAddDocumentToWorkspace
(MetadataAsSourceWorkspace workspace, string filePath, Text.SourceTextContainer sourceTextContainer)
Microsoft.CodeAnalysis.Features (2)
MetadataAsSource\DecompilationMetadataAsSourceFileProvider.cs (1)
269
public bool
TryAddDocumentToWorkspace
(MetadataAsSourceWorkspace workspace, string filePath, SourceTextContainer sourceTextContainer)
PdbSourceDocument\PdbSourceDocumentMetadataAsSourceFileProvider.cs (1)
364
public bool
TryAddDocumentToWorkspace
(MetadataAsSourceWorkspace workspace, string filePath, SourceTextContainer sourceTextContainer)
1 reference to TryAddDocumentToWorkspace
Microsoft.CodeAnalysis.Features (1)
MetadataAsSource\MetadataAsSourceFileService.cs (1)
141
if (provider.Value.
TryAddDocumentToWorkspace
(workspace, filePath, sourceTextContainer))