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