1 instantiation of EditAndContinueLogEntry
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (1)
298
yield return new
EditAndContinueLogEntry
(
5 references to EditAndContinueLogEntry
System.Reflection.Metadata (5)
System\Reflection\Metadata\Ecma335\EditAndContinueLogEntry.cs (3)
8
public readonly struct EditAndContinueLogEntry : IEquatable<
EditAndContinueLogEntry
>
20
obj is
EditAndContinueLogEntry
editAndContinue && Equals(editAndContinue);
22
public bool Equals(
EditAndContinueLogEntry
other) =>
System\Reflection\Metadata\Ecma335\MetadataReaderExtensions.cs (2)
285
public static IEnumerable<
EditAndContinueLogEntry
> GetEditAndContinueLogEntries(this MetadataReader reader)
294
static IEnumerable<
EditAndContinueLogEntry
> Core(MetadataReader reader)