8 references to GetMemberName
Microsoft.CodeAnalysis.CSharp (8)
Lowering\StateMachineRewriter\SynthesizedStateMachineProperty.cs (2)
25
_name = ExplicitInterfaceHelpers.
GetMemberName
(interfacePropertyGetter.AssociatedSymbol.Name, interfacePropertyGetter.ContainingType, aliasQualifierOpt: null);
26
var getterName = ExplicitInterfaceHelpers.
GetMemberName
(interfacePropertyGetter.Name, interfacePropertyGetter.ContainingType, aliasQualifierOpt: null);
Symbols\Source\ExplicitInterfaceHelpers.cs (1)
56
return
GetMemberName
(name, explicitInterfaceTypeOpt, aliasQualifierOpt);
Symbols\Source\SourceEventAccessorSymbol.cs (1)
63
name = ExplicitInterfaceHelpers.
GetMemberName
(accessorName, explicitlyImplementedEventOpt.ContainingType, aliasQualifierOpt);
Symbols\Source\SourcePropertyAccessorSymbol.cs (1)
696
name = ExplicitInterfaceHelpers.
GetMemberName
(accessorName, explicitlyImplementedPropertyOpt.ContainingType, aliasQualifierOpt);
Symbols\Source\SourcePropertySymbolBase.cs (1)
174
_name = ExplicitInterfaceHelpers.
GetMemberName
(WellKnownMemberNames.Indexer, _explicitInterfaceType, aliasQualifierOpt);
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListProperty.cs (1)
25
Name = ExplicitInterfaceHelpers.
GetMemberName
(interfaceProperty.Name, interfaceProperty.ContainingType, aliasQualifierOpt: null);
Symbols\Synthesized\SynthesizedImplementationMethod.cs (1)
38
_name = name ?? ExplicitInterfaceHelpers.
GetMemberName
(interfaceMethod.Name, interfaceMethod.ContainingType, aliasQualifierOpt: null);