1 write to _typeArgumentsWithAnnotations
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ConstructedNamedTypeSymbol.cs (1)
68
_typeArgumentsWithAnnotations
= typeArgumentsWithAnnotations;
3 references to _typeArgumentsWithAnnotations
Microsoft.CodeAnalysis.CSharp (3)
Symbols\ConstructedNamedTypeSymbol.cs (3)
77
return new ConstructedNamedTypeSymbol(_constructedFrom,
_typeArgumentsWithAnnotations
, IsUnboundGenericType, tupleData: newData);
92
return
_typeArgumentsWithAnnotations
;
116
GetUnificationUseSiteDiagnosticRecursive(ref result,
_typeArgumentsWithAnnotations
, owner, ref checkedTypes))