Base:
property
IsExtern
Microsoft.CodeAnalysis.CSharp.Symbols.SourceMemberMethodSymbol.IsExtern
5 references to IsExtern
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceCustomEventAccessorSymbol.cs (1)
44if (IsExtern && !IsAbstract)
Symbols\Source\SourceFieldLikeEventSymbol.cs (3)
261return IsExtern && this.MethodKind == MethodKind.EventAdd 279Debug.Assert(IsExtern); 303Debug.Assert(IsExtern);
Symbols\Synthesized\SynthesizedEventAccessorSymbol.cs (1)
31Debug.Assert(IsAbstract || IsExtern || IsFieldLikeEventAccessor());