1 write to UniqueIndex
Microsoft.CodeAnalysis (1)
Emit\AnonymousTypeValue.cs (1)
25
this.
UniqueIndex
= uniqueIndex;
5 references to UniqueIndex
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\EmitBaseline.cs (1)
679
int index = pair.Value.
UniqueIndex
;
Emit\EditAndContinue\SymbolMatcher.cs (2)
114
result.Add(key, new AnonymousTypeValue(value.Name, value.
UniqueIndex
, type));
142
result.Add(key, new AnonymousTypeValue(value.Name, value.
UniqueIndex
, type));
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (1)
336
index = otherType.
UniqueIndex
;
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (1)
265
index = otherType.
UniqueIndex