10 overrides of Type
Microsoft.CodeAnalysis.VisualBasic (10)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_PropertyBackingFieldSymbol.vb (1)
33
Public Overrides ReadOnly Property
Type
As TypeSymbol
Symbols\Metadata\PE\PEFieldSymbol.vb (1)
397
Public Overrides ReadOnly Property
Type
As TypeSymbol
Symbols\Retargeting\RetargetingFieldSymbol.vb (1)
82
Public Overrides ReadOnly Property
Type
As TypeSymbol
Symbols\Source\SourceEnumConstantSymbol.vb (1)
63
Public NotOverridable Overrides ReadOnly Property
Type
As TypeSymbol
Symbols\Source\SourceMemberFieldSymbol.vb (1)
75
Public Overrides ReadOnly Property
Type
As TypeSymbol
Symbols\Source\SynthesizedBackingFieldSymbol.vb (1)
21
Public Overrides ReadOnly Property
Type
As TypeSymbol
Symbols\Source\SynthesizedEventBackingFieldSymbol.vb (1)
34
Public Overrides ReadOnly Property
Type
As TypeSymbol
Symbols\Source\SynthesizedFieldSymbol.vb (1)
52
Public Overrides ReadOnly Property
Type
As TypeSymbol
Symbols\SubstitutedFieldSymbol.vb (1)
162
Public Overrides ReadOnly Property
Type
As TypeSymbol
Symbols\Tuples\TupleFieldSymbol.vb (1)
80
Public Overrides ReadOnly Property
Type
As TypeSymbol
38 references to Type
Microsoft.CodeAnalysis.VisualBasic (38)
Binding\SyntheticBoundTrees\AnonymousTypeSyntheticMethods.vb (1)
303
New BoundFieldAccess(Syntax, receiver, field, False, field.
Type
).MakeCompilerGenerated(),
Binding\SyntheticBoundTrees\SynthesizedPropertyAccessorBase.vb (1)
63
fieldAccess = New BoundFieldAccess(syntax, meReference, field, True, field.
Type
)
Emit\AttributeDataAdapter.vb (1)
124
type = fieldSymbol.
Type
Emit\FieldSymbolAdapter.vb (2)
33
Dim type = moduleBeingBuilt.Translate(AdaptedFieldSymbol.
Type
, syntaxNodeOpt:=DirectCast(context.SyntaxNode, VisualBasicSyntaxNode), diagnostics:=context.Diagnostics)
127
Return DirectCast(context.Module, PEModuleBuilder).CreateConstant(AdaptedFieldSymbol.
Type
, AdaptedFieldSymbol.ConstantValue, syntaxNodeOpt:=DirectCast(context.SyntaxNode, VisualBasicSyntaxNode), diagnostics:=context.Diagnostics)
Symbols\EmbeddedSymbols\EmbeddedSymbolManager.SymbolsCollection.vb (2)
283
Debug.Assert(Not DirectCast(member, FieldSymbol).
Type
.IsEmbedded)
364
Dim type = field.
Type
Symbols\FieldSymbol.vb (7)
105
Dim specialType = Me.
Type
.SpecialType
123
Dim specialType = Me.
Type
.SpecialType
174
Return
Type
287
If MergeUseSiteInfo(useSiteInfo, DeriveUseSiteInfoFromType(Me.
Type
)) Then
303
Dim errorInfo As DiagnosticInfo = If(Me.
Type
.GetUnificationUseSiteDiagnosticRecursive(Me, unificationCheckedTypes),
412
Return Me.
Type
472
Return Me.
Type
Symbols\Metadata\PE\MemberRefMetadataDecoder.vb (1)
154
TypeSymbol.Equals(field.
Type
, type, TypeCompareKind.AllIgnoreOptionsForVB) AndAlso
Symbols\Metadata\PE\PENamedTypeSymbol.vb (1)
390
Dim type = DirectCast(member, FieldSymbol).
Type
Symbols\NamedTypeSymbol.vb (1)
1265
Dim fieldType As TypeSymbol = field.
Type
.GetTupleUnderlyingTypeOrSelf()
Symbols\Retargeting\RetargetingFieldSymbol.vb (1)
84
Return RetargetingTranslator.Retarget(_underlyingField.
Type
, RetargetOptions.RetargetPrimitiveTypesByTypeCode)
Symbols\Source\SourceFieldSymbol.vb (7)
66
Dim unusedType = Me.
Type
682
If Me.
Type
.SpecialType = SpecialType.System_DateTime Then
696
ElseIf Me.
Type
.SpecialType = SpecialType.System_Decimal Then
706
If Me.
Type
.ContainsTupleNames() Then
707
AddSynthesizedAttribute(attributes, DeclaringCompilation.SynthesizeTupleNamesAttribute(
Type
))
781
If Me.
Type
.IsDecimalType() OrElse Me.
Type
.IsDateTimeType() Then
Symbols\Source\SourceMemberContainerTypeSymbol.vb (4)
2128
Dim fieldType = TryCast(field.
Type
, NamedTypeSymbol)
2133
If Not field.IsDefinition AndAlso field.
Type
.Equals(field.OriginalDefinition.
Type
) Then
2156
firstField.
Type
,
Symbols\Source\SynthesizedEventAccessorSymbol.vb (4)
144
Dim fieldType As NamedTypeSymbol = DirectCast(field.
Type
, NamedTypeSymbol)
193
type:=field.
Type
).MakeCompilerGenerated()
315
fieldSymbol.
Type
).MakeCompilerGenerated
331
conversionKind1 = Conversions.ClassifyDirectCastConversion(fieldSymbol.
Type
, updateMethod.Parameters(0).Type, conversionsUseSiteInfo)
Symbols\SubstitutedFieldSymbol.vb (2)
164
Return _originalDefinition.
Type
.InternalSubstituteTypeParameters(_containingType.TypeSubstitution).Type
170
Return _containingType.TypeSubstitution.SubstituteCustomModifiers(_originalDefinition.
Type
, _originalDefinition.CustomModifiers)
Symbols\SynthesizedSymbols\SynthesizedBackingFieldBase.vb (2)
139
If
Type
.ContainsTupleNames() AndAlso
142
AddSynthesizedAttribute(attributes, compilation.SynthesizeTupleNamesAttribute(
Type
))
Symbols\Tuples\TupleFieldSymbol.vb (1)
82
Return Me._underlyingField.
Type