1 write to Ordinal
Microsoft.CodeAnalysis (1)
CodeGen\DebugId.cs (1)
38this.Ordinal = ordinal;
5 references to Ordinal
Microsoft.CodeAnalysis (5)
CodeGen\DebugId.cs (4)
43=> Ordinal.CompareTo(other.Ordinal) is int result and not 0 ? result : Generation.CompareTo(other.Generation); 46=> (Generation > 0) ? $"{Ordinal}{CommonGeneratedNames.GenerationSeparator}{Generation}" : Ordinal.ToString();
PEWriter\MetadataWriter.cs (1)
4168methodBody.MethodId.Ordinal,