1 write to _substitution
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\SubstitutedErrorType.vb (1)
221
_substitution
= substitution
13 references to _substitution
Microsoft.CodeAnalysis.VisualBasic (13)
Symbols\SubstitutedErrorType.vb (13)
23
Return
_substitution
.Pairs.Length = 0
79
Dim substitution As TypeSubstitution =
_substitution
.Parent
93
Return
_substitution
122
Return
_substitution
.GetTypeArgumentsFor(_fullInstanceType, Nothing)
132
Return
_substitution
.GetTypeArgumentsCustomModifiersFor(_fullInstanceType.TypeParameters(ordinal))
141
Return
_substitution
.HasTypeArgumentsCustomModifiersFor(_fullInstanceType)
164
Debug.Assert(
_substitution
.Parent Is Nothing)
165
Dim substitution As TypeSubstitution = VisualBasic.Symbols.TypeSubstitution.AdjustForConstruct(Nothing,
_substitution
, additionalSubstitution)
171
If substitution Is
_substitution
Then
179
Dim newSubstitution = VisualBasic.Symbols.TypeSubstitution.AdjustForConstruct(newContainer.TypeSubstitution,
_substitution
, additionalSubstitution)
186
If newContainer Is containingType AndAlso newSubstitution Is
_substitution
Then
209
Return New SubstitutedErrorType(_container, _fullInstanceType, TypeSubstitution.Concat(_fullInstanceType,
_substitution
.Parent, substitution))
233
If Me.
_substitution
.WasConstructedForModifiers() Then