1 implementation of IsExternal
Microsoft.CodeAnalysis.CSharp (1)
Symbols\MethodSymbol.cs (1)
1214
bool IMethodSymbolInternal.
IsExternal
=> IsExternal;
1 reference to IsExternal
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeletedPEMethodDefinition.cs (1)
51
=> _oldMethod.
IsExternal
;