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