4 references to CreateSynthetic
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\CodeVersions_1.cs (4)
32
return ILCodeVersionHandle.
CreateSynthetic
(module, methodDefToken);
54
return ILCodeVersionHandle.
CreateSynthetic
(module, methodDefToken);
78
yield return ILCodeVersionHandle.
CreateSynthetic
(module, methodDefToken);
293
return ILCodeVersionHandle.
CreateSynthetic
(ilState.ActiveVersionModule, ilState.ActiveVersionMethodDef);