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