15 overrides of IsExplicitInterfaceImplementation
Microsoft.CodeAnalysis.CSharp (15)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.SynthesizedMethodBase.cs (1)
118
internal sealed override bool
IsExplicitInterfaceImplementation
Symbols\ErrorMethodSymbol.cs (1)
124
internal override bool
IsExplicitInterfaceImplementation
Symbols\ReducedExtensionMethodSymbol.cs (1)
530
internal override bool
IsExplicitInterfaceImplementation
Symbols\Retargeting\RetargetingMethodSymbol.cs (1)
293
internal override bool
IsExplicitInterfaceImplementation
Symbols\Source\LambdaSymbol.cs (1)
172
internal override bool
IsExplicitInterfaceImplementation
Symbols\Source\SourceEventAccessorSymbol.cs (1)
76
internal override bool
IsExplicitInterfaceImplementation
Symbols\Source\SourceOrdinaryMethodOrUserDefinedOperatorSymbol.cs (1)
194
internal sealed override bool
IsExplicitInterfaceImplementation
Symbols\Source\SourcePropertyAccessorSymbol.cs (1)
597
internal sealed override bool
IsExplicitInterfaceImplementation
Symbols\SubstitutedMethodSymbol.cs (1)
262
internal sealed override bool
IsExplicitInterfaceImplementation
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (1)
213
internal override bool
IsExplicitInterfaceImplementation
Symbols\Synthesized\SynthesizedGlobalMethodSymbol.cs (1)
325
internal override bool
IsExplicitInterfaceImplementation
Symbols\Synthesized\SynthesizedImplementationMethod.cs (1)
128
internal sealed override bool
IsExplicitInterfaceImplementation
Symbols\Synthesized\SynthesizedInstanceConstructor.cs (1)
258
internal sealed override bool
IsExplicitInterfaceImplementation
Symbols\Synthesized\SynthesizedSealedPropertyAccessor.cs (1)
225
internal override bool
IsExplicitInterfaceImplementation
Symbols\Synthesized\SynthesizedStaticConstructor.cs (1)
278
internal override bool
IsExplicitInterfaceImplementation
10 references to IsExplicitInterfaceImplementation
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (1)
6612
if (overriddenMethod.
IsExplicitInterfaceImplementation
)
Symbols\MemberSymbolExtensions.cs (1)
772
return ((MethodSymbol)member).
IsExplicitInterfaceImplementation
;
Symbols\Retargeting\RetargetingMethodSymbol.cs (1)
295
get { return _underlyingMethod.
IsExplicitInterfaceImplementation
; }
Symbols\Source\SourceMemberMethodSymbol.cs (4)
573
if (
IsExplicitInterfaceImplementation
&& _containingType.IsInterface)
1059
(hasBody ||
IsExplicitInterfaceImplementation
))
1064
if ((((hasBody || IsExtern) && !(IsStatic && IsVirtual)) ||
IsExplicitInterfaceImplementation
) && !ContainingAssembly.RuntimeSupportsDefaultInterfaceImplementation)
1069
if (((!hasBody && IsAbstract) || IsVirtual) && !
IsExplicitInterfaceImplementation
&& IsStatic && !ContainingAssembly.RuntimeSupportsStaticAbstractMembersInInterfaces)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
626
if (ContainingType.IsInterface ||
IsExplicitInterfaceImplementation
)
Symbols\SubstitutedMethodSymbol.cs (1)
264
get { return this.OriginalDefinition.
IsExplicitInterfaceImplementation
; }
Symbols\TypeSymbol.cs (1)
1909
if (!implementingMethod.
IsExplicitInterfaceImplementation
&& implementingMethod is SourceMethodSymbol &&