1 write to _underlyingMethod
Microsoft.CodeAnalysis.CSharp (1)
Symbols\SubstitutedMethodSymbol.cs (1)
51_underlyingMethod = originalDefinition;
3 references to _underlyingMethod
Microsoft.CodeAnalysis.CSharp (3)
Symbols\SubstitutedMethodSymbol.cs (3)
70return _underlyingMethod; 145return _underlyingMethod; 477return _underlyingMethod.HasAsyncMethodBuilderAttribute(out builderArgument);