1 write to UniqueIndex
Microsoft.CodeAnalysis (1)
Emit\AnonymousTypeValue.cs (1)
22
this.
UniqueIndex
= uniqueIndex;
3 references to UniqueIndex
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\EmitBaseline.cs (2)
568
int index = typeValue.
UniqueIndex
;
585
int index = typeValue.
UniqueIndex
;
Microsoft.CodeAnalysis.CSharp (1)
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (1)
487
index = typeValue.
UniqueIndex
;