Base:
property
IsExtern
Microsoft.CodeAnalysis.CSharp.Symbols.SourceMemberMethodSymbol.IsExtern
2 references to IsExtern
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceConstructorSymbol.cs (2)
64if (IsExtern) 191if (!hasBody && !IsExtern && !IsPartial)