3 references to Parse
Microsoft.CodeAnalysis (1)
CommandLine\AnalyzerConfig.cs (1)
160return Parse(SourceText.From(text), pathToFile);
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\AnalyzerConfigDocumentState.cs (2)
42asynchronousComputeFunction: async cancellationToken => AnalyzerConfig.Parse(await GetTextAsync(cancellationToken).ConfigureAwait(false), FilePath), 43synchronousComputeFunction: cancellationToken => AnalyzerConfig.Parse(GetTextSynchronously(cancellationToken), FilePath),