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