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