4 references to CreateSynthetic
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\CodeVersions_1.cs (4)
29
return ILCodeVersionHandle.
CreateSynthetic
(module, methodDefToken);
51
return ILCodeVersionHandle.
CreateSynthetic
(module, methodDefToken);
75
yield return ILCodeVersionHandle.
CreateSynthetic
(module, methodDefToken);
299
return ILCodeVersionHandle.
CreateSynthetic
(ilState.ActiveVersionModule, ilState.ActiveVersionMethodDef);