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