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