Base:
property
IsExtern
Microsoft.CodeAnalysis.CSharp.Symbol.IsExtern
4 references to IsExtern
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceEventSymbol.cs (1)
567
else if (IsAbstract &&
IsExtern
)
Symbols\Source\SourceFieldLikeEventSymbol.cs (3)
76
else if (this.
IsExtern
)
84
if (hasInitializer || !(this.
IsExtern
|| this.IsAbstract))
104
else if (this.
IsExtern
|| this.IsStatic)