1 write to _fullInstanceType
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\SubstitutedErrorType.vb (1)
220
_fullInstanceType
= fullInstanceType
26 references to _fullInstanceType
Microsoft.CodeAnalysis.VisualBasic (26)
Symbols\SubstitutedErrorType.vb (26)
29
Return
_fullInstanceType
.Name
35
Return
_fullInstanceType
.MangleName
41
Return
_fullInstanceType
.MetadataName
47
Return
_fullInstanceType
.IsImplicitlyDeclared
53
Return
_fullInstanceType
59
Return
_fullInstanceType
.ErrorInfo
65
Return
_fullInstanceType
.Arity = 0 OrElse IdentitySubstitutionOnMyTypeParameters
76
Return
_fullInstanceType
85
substitution = VisualBasic.Symbols.TypeSubstitution.Concat(
_fullInstanceType
, substitution, Nothing)
87
Return New SubstitutedErrorType(Me.ContainingSymbol,
_fullInstanceType
, substitution)
99
Return
_fullInstanceType
.ContainingAssembly
105
Return
_fullInstanceType
.Arity
111
Return
_fullInstanceType
.TypeParameters
122
Return _substitution.GetTypeArgumentsFor(
_fullInstanceType
, Nothing)
132
Return _substitution.GetTypeArgumentsCustomModifiersFor(
_fullInstanceType
.TypeParameters(ordinal))
141
Return _substitution.HasTypeArgumentsCustomModifiersFor(
_fullInstanceType
)
168
Return
_fullInstanceType
175
Return New SubstitutedErrorType(container,
_fullInstanceType
, substitution)
183
Return
_fullInstanceType
190
Return New SubstitutedErrorType(newContainer,
_fullInstanceType
, newSubstitution)
204
Dim substitution = TypeSubstitution.Create(
_fullInstanceType
,
_fullInstanceType
.TypeParameters, typeArguments, allowAlphaRenamedTypeParametersAsArguments:=True)
209
Return New SubstitutedErrorType(_container,
_fullInstanceType
, TypeSubstitution.Concat(
_fullInstanceType
, _substitution.Parent, substitution))
231
Dim hash As Integer =
_fullInstanceType
.GetHashCode()
268
If Not
_fullInstanceType
.Equals(obj.OriginalDefinition) Then