Implemented interface member:
method
TryParsePdbParseOptions
Microsoft.CodeAnalysis.Host.ISyntaxTreeFactoryService.TryParsePdbParseOptions(System.Collections.Generic.IReadOnlyDictionary<System.String, System.String>)
2 overrides of TryParsePdbParseOptions
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Workspace\LanguageServices\CSharpSyntaxTreeFactoryService.cs (1)
40public override ParseOptions TryParsePdbParseOptions(IReadOnlyDictionary<string, string> metadata)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Workspace\LanguageServices\VisualBasicSyntaxTreeFactoryService.vb (1)
29Public Overrides Function TryParsePdbParseOptions(metadata As IReadOnlyDictionary(Of String, String)) As ParseOptions