3 references to UndefinedOrdinal
Microsoft.CodeAnalysis (3)
CodeGen\DebugId.cs (2)
24/// The index of the method in member list of the containing type, or <see cref="UndefinedOrdinal"/> if undefined. 35Debug.Assert(ordinal >= 0 || ordinal == UndefinedOrdinal);
Emit\EditAndContinueMethodDebugInformation.cs (1)
203methodOrdinal = DebugId.UndefinedOrdinal;