1 write to Generation
Microsoft.CodeAnalysis (1)
CodeGen\DebugId.cs (1)
39this.Generation = generation;
6 references to Generation
Microsoft.CodeAnalysis (6)
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();
Emit\EditAndContinue\AddedOrChangedMethodInfo.cs (1)
41Debug.Assert(methodId.Generation >= 0);
Emit\EditAndContinueMethodDebugInformation.cs (1)
297Debug.Assert(info.LambdaId.Generation == 0);