Exemplo n.º 1
0
 internal static void CheckEncLogDefinitions(MetadataReader reader, params EditAndContinueLogEntry[] rows)
 {
     AssertEx.Equal(rows, reader.GetEditAndContinueLogEntries().Where(IsDefinition), itemInspector: EncLogRowToString);
 }
Exemplo n.º 2
0
 private static void CheckEncLog(MetadataReader reader, params EditAndContinueLogEntry[] rows)
 {
     AssertEx.Equal(rows, reader.GetEditAndContinueLogEntries(), itemInspector: EncLogRowToString);
 }