2 references to ParameterType
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\Dataflow\ParameterProxy.cs (2)
24
public partial bool IsTypeOf(string typeName) =>
ParameterType
.IsTypeOf(typeName);
26
public bool IsTypeOf(WellKnownType type) =>
ParameterType
.IsTypeOf(type);