2 references to TupleElementTypesWithAnnotations
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Tuples\TupleTypeSymbol.cs (2)
560
=> IsTupleType ? TupleData!.
TupleElementTypesWithAnnotations
(this) : default;
1012
var builder = ArrayBuilder<FieldSymbol>.GetInstance(
TupleElementTypesWithAnnotations
(tuple).Length, fillWithValue: null!);