3 references to IsDefault
Microsoft.CodeAnalysis (3)
Emit\EditAndContinue\AddedOrChangedMethodInfo.cs (1)
74
Debug.Assert(!info.
IsDefault
);
Emit\EditAndContinue\EncLocalInfo.cs (1)
67
if (
IsDefault
)
Emit\EditAndContinue\EncVariableSlotAllocator.cs (1)
87
Debug.Assert(!localInfo.
IsDefault
);