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