5 instantiations of TypeDeclarationCSharpSyntaxRewriter
Microsoft.DotNet.ApiDiff (1)
MemoryOutputDiffGenerator.cs (1)
184
new
TypeDeclarationCSharpSyntaxRewriter
(_addPartialModifier), // This must be visited BEFORE GlobalPrefixRemover as it depends on the 'global::' prefix to be found
Microsoft.DotNet.GenAPI (1)
CSharpFileBuilder.cs (1)
58
new
TypeDeclarationCSharpSyntaxRewriter
(addPartialModifier),
Microsoft.DotNet.GenAPI.Tests (3)
SyntaxRewriter\TypeDeclarationCSharpSyntaxRewriterTests.cs (3)
13
CompareSyntaxTree(new
TypeDeclarationCSharpSyntaxRewriter
(addPartialModifier: true),
35
CompareSyntaxTree(new
TypeDeclarationCSharpSyntaxRewriter
(addPartialModifier: true),
57
CompareSyntaxTree(new
TypeDeclarationCSharpSyntaxRewriter
(addPartialModifier: true),
1 reference to TypeDeclarationCSharpSyntaxRewriter
Microsoft.DotNet.GenAPI (1)
SyntaxRewriter\TypeDeclarationCSharpSyntaxRewriter.cs (1)
23
/// Initializes a new instance of the <see cref="
TypeDeclarationCSharpSyntaxRewriter
"/> class, and allows deciding whether to insert the partial modifier for types or not.