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