1 write to _explicitInterfaceType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourcePropertySymbolBase.cs (1)
112
_explicitInterfaceType
= explicitInterfaceType;
4 references to _explicitInterfaceType
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourcePropertySymbolBase.cs (4)
174
_name = ExplicitInterfaceHelpers.GetMemberName(WellKnownMemberNames.Indexer,
_explicitInterfaceType
, aliasQualifierOpt);
242
explicitlyImplementedProperty = this.FindExplicitlyImplementedProperty(
_explicitInterfaceType
, interfacePropertyName, GetExplicitInterfaceSpecifier(), diagnostics);
1012
if ((object)
_explicitInterfaceType
!= null)
1016
_explicitInterfaceType
.CheckAllConstraints(compilation, conversions, new SourceLocation(explicitInterfaceSpecifier.Name), diagnostics);