Implemented interface member:
property
HasCustomDebugInformations
Mono.Cecil.Cil.ICustomDebugInformationProvider.HasCustomDebugInformations
3 references to HasCustomDebugInformations
Mono.Cecil.Pdb (3)
Mono.Cecil.Pdb\NativePdbWriter.cs (3)
58
if (!info.HasSequencePoints && info.scope == null && !info.
HasCustomDebugInformations
&& info.StateMachineKickOffMethod == null)
102
if (info.
HasCustomDebugInformations
) {
116
if (!info.
HasCustomDebugInformations
)