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)
269return IsExtern && this.MethodKind == MethodKind.EventAdd 287Debug.Assert(IsExtern); 311Debug.Assert(IsExtern);
Symbols\Synthesized\SynthesizedEventAccessorSymbol.cs (1)
32Debug.Assert(IsAbstract || IsExtern || IsFieldLikeEventAccessor());