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