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