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)
77return new ConstructedNamedTypeSymbol(_constructedFrom, _typeArgumentsWithAnnotations, IsUnboundGenericType, tupleData: newData); 92return _typeArgumentsWithAnnotations; 116GetUnificationUseSiteDiagnosticRecursive(ref result, _typeArgumentsWithAnnotations, owner, ref checkedTypes))