1 write to _underlyingMethod
Microsoft.CodeAnalysis.CSharp (1)
Symbols\SubstitutedMethodSymbol.cs (1)
52
_underlyingMethod
= originalDefinition;
3 references to _underlyingMethod
Microsoft.CodeAnalysis.CSharp (3)
Symbols\SubstitutedMethodSymbol.cs (3)
71
return
_underlyingMethod
;
146
return
_underlyingMethod
;
478
return
_underlyingMethod
.HasAsyncMethodBuilderAttribute(out builderArgument);