1 write to _typeArgumentsWithAnnotations
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ErrorTypeSymbol.cs (1)
666
_typeArgumentsWithAnnotations
= typeArgumentsWithAnnotations;
2 references to _typeArgumentsWithAnnotations
Microsoft.CodeAnalysis.CSharp (2)
Symbols\ErrorTypeSymbol.cs (2)
672
return new ConstructedErrorTypeSymbol(_constructedFrom,
_typeArgumentsWithAnnotations
, tupleData: newData);
682
get { return
_typeArgumentsWithAnnotations
; }