5 references to GetAnalyzerConfigText
Microsoft.CodeAnalysis.Features.Test.Utilities (1)
EditAndContinue\EditAndContinueWorkspaceTestBase.cs (1)
128
var text =
GetAnalyzerConfigText
(analyzerConfig);
Microsoft.CodeAnalysis.Features.UnitTests (4)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (4)
2379
TextDocumentKind.AnalyzerConfigDocument => solution.AddAnalyzerConfigDocument(documentId, "X",
GetAnalyzerConfigText
([("x", "1")]), filePath: pathX),
2413
TextDocumentKind.AnalyzerConfigDocument => solution.WithAnalyzerConfigDocumentText(documentId,
GetAnalyzerConfigText
([("x", "1")])),
2441
TextDocumentKind.AnalyzerConfigDocument => solution.WithAnalyzerConfigDocumentText(documentId,
GetAnalyzerConfigText
([("x", "2")])),
4132
solution = solution.WithAnalyzerConfigDocumentText(configDocument1.Id,
GetAnalyzerConfigText
(configV2));