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)
290
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)
593
internal sealed override bool
IsExplicitInterfaceImplementation
Symbols\SubstitutedMethodSymbol.cs (1)
261
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)
6347
if (overriddenMethod.
IsExplicitInterfaceImplementation
)
Symbols\MemberSymbolExtensions.cs (1)
538
return ((MethodSymbol)member).
IsExplicitInterfaceImplementation
;
Symbols\Retargeting\RetargetingMethodSymbol.cs (1)
292
get { return _underlyingMethod.
IsExplicitInterfaceImplementation
; }
Symbols\Source\SourceMemberMethodSymbol.cs (4)
545
if (
IsExplicitInterfaceImplementation
&& _containingType.IsInterface)
1099
(hasBody ||
IsExplicitInterfaceImplementation
))
1104
if ((((hasBody || IsExtern) && !(IsStatic && IsVirtual)) ||
IsExplicitInterfaceImplementation
) && !ContainingAssembly.RuntimeSupportsDefaultInterfaceImplementation)
1109
if (((!hasBody && IsAbstract) || IsVirtual) && !
IsExplicitInterfaceImplementation
&& IsStatic && !ContainingAssembly.RuntimeSupportsStaticAbstractMembersInInterfaces)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
621
if (ContainingType.IsInterface ||
IsExplicitInterfaceImplementation
)
Symbols\SubstitutedMethodSymbol.cs (1)
263
get { return this.OriginalDefinition.
IsExplicitInterfaceImplementation
; }
Symbols\TypeSymbol.cs (1)
1893
if (!implementingMethod.
IsExplicitInterfaceImplementation
&& implementingMethod is SourceMethodSymbolWithAttributes &&