5 instantiations of TypeDeclarationCSharpSyntaxRewriter
Microsoft.DotNet.ApiDiff (1)
MemoryOutputDiffGenerator.cs (1)
184new 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)
58new TypeDeclarationCSharpSyntaxRewriter(addPartialModifier),
Microsoft.DotNet.GenAPI.Tests (3)
SyntaxRewriter\TypeDeclarationCSharpSyntaxRewriterTests.cs (3)
13CompareSyntaxTree(new TypeDeclarationCSharpSyntaxRewriter(addPartialModifier: true), 35CompareSyntaxTree(new TypeDeclarationCSharpSyntaxRewriter(addPartialModifier: true), 57CompareSyntaxTree(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.