Base:
property
IsExtern
Microsoft.CodeAnalysis.CSharp.Symbol.IsExtern
7 references to IsExtern
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Source\SourceEventSymbol.cs (3)
680else if (IsAbstract && IsExtern) 891if (ContainingModule.UseUpdatedMemorySafetyRules && IsExtern && !HasUnsafeModifier && !HasSafeModifier) 981if (HasSafeModifier && (!(IsExtern || hasExplicitOrExtendedLayoutField()) || HasUnsafeModifier))
Symbols\Source\SourceFieldLikeEventSymbol.cs (4)
79else if (this.IsExtern) 91if (hasInitializer || !(this.IsExtern || this.IsAbstract || this.IsPartial)) 111else if (this.IsExtern || this.IsStatic) 192if (!IsPartial || IsExtern)