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