1 write to _nameProperty
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedEmbeddedExtensionMarkerNameAttributeSymbol.cs (1)
132
_nameProperty
= nameProperty;
5 references to _nameProperty
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Synthesized\SynthesizedEmbeddedExtensionMarkerNameAttributeSymbol.cs (5)
138
public override Symbol AssociatedSymbol =>
_nameProperty
;
139
public override Symbol ContainingSymbol =>
_nameProperty
.ContainingSymbol;
151
F.CloseMethod(F.Return(F.Field(F.This(),
_nameProperty
._backingField)));
169
public override TypeWithAnnotations ReturnTypeWithAnnotations =>
_nameProperty
.TypeWithAnnotations;
177
public override Accessibility DeclaredAccessibility =>
_nameProperty
.DeclaredAccessibility;