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)
23Return _substitution.Pairs.Length = 0 79Dim substitution As TypeSubstitution = _substitution.Parent 93Return _substitution 122Return _substitution.GetTypeArgumentsFor(_fullInstanceType, Nothing) 132Return _substitution.GetTypeArgumentsCustomModifiersFor(_fullInstanceType.TypeParameters(ordinal)) 141Return _substitution.HasTypeArgumentsCustomModifiersFor(_fullInstanceType) 164Debug.Assert(_substitution.Parent Is Nothing) 165Dim substitution As TypeSubstitution = VisualBasic.Symbols.TypeSubstitution.AdjustForConstruct(Nothing, _substitution, additionalSubstitution) 171If substitution Is _substitution Then 179Dim newSubstitution = VisualBasic.Symbols.TypeSubstitution.AdjustForConstruct(newContainer.TypeSubstitution, _substitution, additionalSubstitution) 186If newContainer Is containingType AndAlso newSubstitution Is _substitution Then 209Return New SubstitutedErrorType(_container, _fullInstanceType, TypeSubstitution.Concat(_fullInstanceType, _substitution.Parent, substitution)) 233If Me._substitution.WasConstructedForModifiers() Then