1 write to Handle
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\EditAndContinueLogEntry.cs (1)
15
Handle
= handle;
11 references to Handle
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (3)
Emit\EditAndContinue\EditAndContinueTestBase.cs (3)
164
rows.Where(r => r.
Handle
!= default),
175
rows.Where(r => r.
Handle
!= default),
176
reader.GetEditAndContinueLogEntries().Where(e => IsDefinition(e.
Handle
.Kind)), itemInspector: EncLogRowToString);
Microsoft.CodeAnalysis.Features.Test.Utilities (2)
EditAndContinue\EditAndContinueWorkspaceTestBase.cs (2)
402
MetadataTokens.TryGetTableIndex(row.
Handle
.Kind, out tableIndex);
406
MetadataTokens.GetRowNumber(row.
Handle
),
Roslyn.Test.PdbUtilities (3)
EditAndContinue\EditAndContinueTest.GenerationVerifier.cs (1)
103
MetadataReader.GetEditAndContinueLogEntries().Where(e => IsDefinition(e.
Handle
.Kind)), itemInspector: EncLogRowToString, message: GetAssertMessage("EncLog definitions don't match"));
EditAndContinue\EditAndContinueTestUtilities.cs (2)
41
MetadataTokens.TryGetTableIndex(row.
Handle
.Kind, out tableIndex);
45
MetadataTokens.GetRowNumber(row.
Handle
),
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\EditAndContinueLogEntry.cs (3)
23
Operation == other.Operation &&
Handle
== other.
Handle
;
26
(int)Operation ^
Handle
.GetHashCode();