1 instantiation of BaseMethodWrapperSymbol
Microsoft.CodeAnalysis.CSharp (1)
Lowering\MethodToClassRewriter.cs (1)
171
wrapper = new
BaseMethodWrapperSymbol
(containingType, methodBeingWrapped, syntax, methodName);
1 reference to BaseMethodWrapperSymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceMethodSymbol.cs (1)
223
if (target is MethodToClassRewriter.
BaseMethodWrapperSymbol
)