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