6 references to SubstituteType
Microsoft.CodeAnalysis.VisualBasic (6)
Symbols\MethodSignatureComparer.vb (6)
455
type1 =
SubstituteType
(typeSubstitution1, type1)
456
type2 =
SubstituteType
(typeSubstitution2, type2)
668
Return
SubstituteType
(typeSubstitution, New TypeWithModifiers(param.OriginalDefinition.Type, param.OriginalDefinition.CustomModifiers))
782
Dim returnType1 =
SubstituteType
(typeSubstitution1, New TypeWithModifiers(origDef1.ReturnType, origDef1.ReturnTypeCustomModifiers))
783
Dim returnType2 =
SubstituteType
(typeSubstitution2, New TypeWithModifiers(origDef2.ReturnType, origDef2.ReturnTypeCustomModifiers))
939
result.Add(
SubstituteType
(substitution, New TypeWithModifiers(constraintType)).Type)