1 write to Operation
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\EditAndContinueLogEntry.cs (1)
16Operation = operation;
5 references to Operation
Microsoft.CodeAnalysis.Features.Test.Utilities (1)
EditAndContinue\EditAndContinueWorkspaceTestBase.cs (1)
408row.Operation);
Roslyn.Test.PdbUtilities (1)
EditAndContinue\EditAndContinueTestUtilities.cs (1)
47row.Operation);
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\EditAndContinueLogEntry.cs (3)
23Operation == other.Operation && Handle == other.Handle; 26(int)Operation ^ Handle.GetHashCode();