4 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.
35
Debug.Assert(ordinal >= 0 || ordinal ==
UndefinedOrdinal
);
Emit\EditAndContinueMethodDebugInformation.cs (1)
203
methodOrdinal = DebugId.
UndefinedOrdinal
;
Microsoft.CodeAnalysis.CSharp (1)
Lowering\ClosureConversion\ClosureConversion.cs (1)
524
methodId = new DebugId(DebugId.
UndefinedOrdinal
, CompilationState.ModuleBuilderOpt.CurrentGenerationOrdinal);