1 instantiation of GlobalPrefixRemover
Microsoft.DotNet.ApiDiff (1)
SyntaxRewriter\GlobalPrefixRemover.cs (1)
12
public static readonly GlobalPrefixRemover Singleton =
new
();
2 references to GlobalPrefixRemover
Microsoft.DotNet.ApiDiff (2)
MemoryOutputDiffGenerator.cs (1)
185
GlobalPrefixRemover
.Singleton, // And then call this ASAP afterwards so there are fewer identifiers to visit
SyntaxRewriter\GlobalPrefixRemover.cs (1)
12
public static readonly
GlobalPrefixRemover
Singleton = new();