1 write to Manager
Microsoft.CodeAnalysis.CSharp (1)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TypeOrDelegateTemplateSymbol.cs (1)
43
this.
Manager
= manager;
20 references to Manager
Microsoft.CodeAnalysis.CSharp (20)
Compiler\AnonymousTypeMethodBodySynthesizer.cs (3)
100
AnonymousTypeManager manager = ((AnonymousTypeTemplateSymbol)this.ContainingType).
Manager
;
162
AnonymousTypeManager manager = ((AnonymousTypeTemplateSymbol)this.ContainingType).
Manager
;
225
AnonymousTypeManager manager = ((AnonymousTypeTemplateSymbol)this.ContainingType).
Manager
;
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (5)
288
if (ReferenceEquals(template.
Manager
, this))
444
if (ReferenceEquals(template.
Manager
, this))
613
if (ReferenceEquals(template.
Manager
, this))
631
if (ReferenceEquals(template.
Manager
, this) && template.HasIndexedName)
653
if (ReferenceEquals(template.
Manager
, this) && !template.HasIndexedName)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.DelegateTemplateSymbol.cs (1)
242
internal override NamedTypeSymbol BaseTypeNoUseSiteDiagnostics =>
Manager
.System_MulticastDelegate;
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.FieldSymbol.cs (1)
150
AnonymousTypeManager manager = ((AnonymousTypeTemplateSymbol)this.ContainingSymbol).
Manager
;
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.SynthesizedMethodBase.cs (1)
181
return ((object)template != null) ? template.
Manager
: ((AnonymousTypePublicSymbol)_containingType).Manager;
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TemplateSymbol.cs (6)
148
internal override NamedTypeSymbol BaseTypeNoUseSiteDiagnostics => this.
Manager
.System_Object;
164
AddSynthesizedAttribute(ref attributes,
Manager
.Compilation.TrySynthesizeAttribute(
167
if (
Manager
.Compilation.Options.OptimizationLevel == OptimizationLevel.Debug)
218
return
Manager
.Compilation.TrySynthesizeAttribute(
220
arguments: ImmutableArray.Create(new TypedConstant(
Manager
.System_String, TypedConstantKind.Primitive, displayString)),
223
new TypedConstant(
Manager
.System_String, TypedConstantKind.Primitive, "<Anonymous Type>"))));
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TypeOrDelegateTemplateSymbol.cs (3)
101
if (currentSmallestLocation != null && this.
Manager
.Compilation.CompareSourceLocations(currentSmallestLocation, location) < 0)
137
get { return this.
Manager
.Compilation.SourceModule.GlobalNamespace; }
234
return this.
Manager
.System_Object;