4 references to GetSubstitution
ILCompiler.Compiler (4)
Compiler\SubstitutedILProvider.cs (3)
41
BodySubstitution substitution = _substitutionProvider.
GetSubstitution
(method);
750
BodySubstitution substitution = _substitutionProvider.
GetSubstitution
(callee);
813
BodySubstitution substitution = _substitutionProvider.
GetSubstitution
(method);
Compiler\SubstitutionProvider.cs (1)
125
return
GetSubstitution
(method) != null;