Base:
property
IsExtern
Microsoft.CodeAnalysis.CSharp.Symbol.IsExtern
4 references to IsExtern
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceEventSymbol.cs (1)
559
else if (IsAbstract &&
IsExtern
)
Symbols\Source\SourceFieldLikeEventSymbol.cs (3)
75
else if (this.
IsExtern
)
83
if (hasInitializer || !(this.
IsExtern
|| this.IsAbstract))
103
else if (this.
IsExtern
|| this.IsStatic)