9 references to Extension
Microsoft.CodeAnalysis.PublicApiAnalyzers (5)
DeclarePublicApiAnalyzer.cs (4)
25
internal const string PublicShippedFileName = PublicShippedFileNamePrefix +
Extension
;
27
internal const string InternalShippedFileName = InternalShippedFileNamePrefix +
Extension
;
29
internal const string PublicUnshippedFileName = PublicUnshippedFileNamePrefix +
Extension
;
31
internal const string InternalUnshippedFileName = InternalUnshippedFileNamePrefix +
Extension
;
PublicApiFile.cs (1)
29
=> path.StartsWith(prefix, StringComparison.Ordinal) && path.EndsWith(DeclarePublicApiAnalyzer.
Extension
, StringComparison.Ordinal);
Microsoft.CodeAnalysis.PublicApiAnalyzers.UnitTests (4)
AnnotatePublicApiAnalyzerTestsBase.cs (3)
131
(UnshippedFileNamePrefix + "test" + DeclarePublicApiAnalyzer.
Extension
, unshippedText2),
325
test.TestState.AdditionalFiles.Add((UnshippedFileNamePrefix + "test" + DeclarePublicApiAnalyzer.
Extension
, """
336
test.FixedState.AdditionalFiles.Add((UnshippedFileNamePrefix + "test" + DeclarePublicApiAnalyzer.
Extension
, """
DeclarePublicAPIAnalyzerTestsBase.cs (1)
1975
var unshippedTextName2 = UnshippedFileNamePrefix + "test" + DeclarePublicApiAnalyzer.
Extension
;