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