Base:
property
IsExtern
Microsoft.CodeAnalysis.CSharp.Symbol.IsExtern
5 references to IsExtern
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceEventSymbol.cs (1)
633
else if (IsAbstract &&
IsExtern
)
Symbols\Source\SourceFieldLikeEventSymbol.cs (4)
78
else if (this.
IsExtern
)
90
if (hasInitializer || !(this.
IsExtern
|| this.IsAbstract || this.IsPartial))
110
else if (this.
IsExtern
|| this.IsStatic)
184
if (!IsPartial ||
IsExtern
)