1 write to Manager
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousTypeOrDelegateTemplateSymbol.vb (1)
54
Me.
Manager
= manager
47 references to Manager
Microsoft.CodeAnalysis.VisualBasic (47)
Binding\SyntheticBoundTrees\AnonymousTypeSyntheticMethods.vb (14)
66
type:=AnonymousType.
Manager
.System_Object).MakeCompilerGenerated()
75
Nothing, AnonymousType.
Manager
.System_Boolean).MakeCompilerGenerated()
92
Dim objectType As TypeSymbol = Me.AnonymousType.
Manager
.System_Object
93
Dim getHashCodeMethod As MethodSymbol = Me.AnonymousType.
Manager
.System_Object__GetHashCode
94
Dim integerType As TypeSymbol = Me.AnonymousType.
Manager
.System_Int32
95
Dim booleanType As TypeSymbol = Me.AnonymousType.
Manager
.System_Boolean
191
Dim objectType As TypeSymbol = Me.AnonymousType.
Manager
.System_Object
192
Dim booleanType As TypeSymbol = Me.AnonymousType.
Manager
.System_Boolean
274
Me.AnonymousType.
Manager
.System_Object__Equals, Nothing,
305
Me.AnonymousType.
Manager
.System_Object, Nothing).MakeCompilerGenerated()
333
Dim objectType As TypeSymbol = Me.AnonymousType.
Manager
.System_Object
336
Dim arrayOfObjectsType As TypeSymbol = Me.AnonymousType.
Manager
.Compilation.CreateArrayTypeSymbol(objectType)
368
Me.AnonymousType.
Manager
.System_Int32).MakeCompilerGenerated()),
372
Dim formatMethod = Me.AnonymousType.
Manager
.System_String__Format_IFormatProvider
Symbols\AnonymousTypes\AnonymousTypeManager_Templates.vb (3)
103
If template.
Manager
Is Me Then
134
If template.
Manager
Is Me Then
158
If template.
Manager
Is Me Then
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousDelegate_TemplateSymbol.vb (7)
146
Return
Manager
.System_MulticastDelegate
176
AddSynthesizedAttribute(attributes,
Manager
.Compilation.TrySynthesizeAttribute(
180
Dim value As New TypedConstant(
Manager
.System_String, TypedConstantKind.Primitive, "<generated method>")
181
AddSynthesizedAttribute(attributes,
Manager
.Compilation.TrySynthesizeAttribute(
217
Return
Manager
.GetHashCode()
227
Return other IsNot Nothing AndAlso other.
Manager
Is Me.
Manager
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_ConstructorSymbol.vb (1)
46
Dim compilation = DirectCast(Me.ContainingType, AnonymousTypeTemplateSymbol).
Manager
.Compilation
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_EqualsMethodSymbol.vb (4)
22
_parameters = ImmutableArray.Create(Of ParameterSymbol)(New SynthesizedParameterSimpleSymbol(Me, container.
Manager
.System_Object, 0, "obj"))
64
Return Me.AnonymousType.
Manager
.System_Object__Equals
82
Return AnonymousType.
Manager
.System_Boolean
89
Dim compilation = DirectCast(Me.ContainingType, AnonymousTypeTemplateSymbol).
Manager
.Compilation
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_GetHashCodeMethodSymbol.vb (3)
33
Return Me.AnonymousType.
Manager
.System_Object__GetHashCode
51
Return AnonymousType.
Manager
.System_Int32
58
Dim compilation = DirectCast(Me.ContainingType, AnonymousTypeTemplateSymbol).
Manager
.Compilation
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_IEquatable_EqualsMethodSymbol.vb (2)
88
Return AnonymousType.
Manager
.System_Boolean
95
Dim compilation = DirectCast(Me.ContainingType, AnonymousTypeTemplateSymbol).
Manager
.Compilation
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_PropertySymbol.vb (1)
36
_setMethod = New AnonymousTypePropertySetAccessorSymbol(Me, container.
Manager
.System_Void)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_TemplateSymbol.vb (7)
71
If HasAtLeastOneKeyField AndAlso Me.
Manager
.System_IEquatable_T_Equals IsNot Nothing Then
77
Dim equatableInterface As NamedTypeSymbol = Me.
Manager
.System_IEquatable_T.Construct(ImmutableArray.Create(Of TypeSymbol)(Me))
81
Dim method As Symbol = DirectCast(equatableInterface, SubstitutedNamedType).GetMemberForDefinition(Me.
Manager
.System_IEquatable_T_Equals)
127
Return Me.
Manager
.System_Object
150
AddSynthesizedAttribute(attributes,
Manager
.Compilation.TrySynthesizeAttribute(
182
Return
Manager
.Compilation.TrySynthesizeAttribute(
184
ImmutableArray.Create(New TypedConstant(
Manager
.System_String, TypedConstantKind.Primitive, builder.ToStringAndFree())))
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_ToStringMethodSymbol.vb (3)
37
Return Me.AnonymousType.
Manager
.System_Object__ToString
55
Return AnonymousType.
Manager
.System_String
63
Dim compilation = DirectCast(Me.ContainingType, AnonymousTypeTemplateSymbol).
Manager
.Compilation
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousTypeOrDelegateTemplateSymbol.vb (2)
240
Return Me.
Manager
.ContainingModule.GlobalNamespace
344
Me.
Manager
.Compilation.CompareSourceLocations(currentAdjustedNames.Location, newLocation) <= 0 Then