Base:
property
IsExtern
Microsoft.CodeAnalysis.CSharp.Symbols.SourceMemberMethodSymbol.IsExtern
5 references to IsExtern
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceCustomEventAccessorSymbol.cs (1)
45if (IsExtern && !IsAbstract)
Symbols\Source\SourceFieldLikeEventSymbol.cs (3)
262return IsExtern && this.MethodKind == MethodKind.EventAdd 280Debug.Assert(IsExtern); 304Debug.Assert(IsExtern);
Symbols\Synthesized\SynthesizedEventAccessorSymbol.cs (1)
32Debug.Assert(IsAbstract || IsExtern || IsFieldLikeEventAccessor());