14 references to RunClassConstructor
illink (1)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
336
/// <see cref="System.Runtime.CompilerServices.RuntimeHelpers.
RunClassConstructor
(System.RuntimeTypeHandle)"/>
ILLink.RoslynAnalyzer (1)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
336
/// <see cref="System.Runtime.CompilerServices.RuntimeHelpers.
RunClassConstructor
(System.RuntimeTypeHandle)"/>
PresentationFramework (6)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
1376
RuntimeHelpers.
RunClassConstructor
(currentType.TypeHandle);
System\Windows\Markup\RoutedEventConverter.cs (1)
114
RuntimeHelpers.
RunClassConstructor
(currentType.TypeHandle);
System\Windows\Markup\RoutedEventValueSerializer.cs (1)
46
RuntimeHelpers.
RunClassConstructor
(currentType.TypeHandle);
System\Windows\Markup\XamlReader.cs (1)
933
RuntimeHelpers.
RunClassConstructor
(typeof(Application).TypeHandle);
System\Windows\Markup\XamlTypeMapper.cs (1)
2003
RuntimeHelpers.
RunClassConstructor
(currentType.TypeHandle);
System\Windows\SystemResources.cs (1)
816
RuntimeHelpers.
RunClassConstructor
(knownTypeHelper.TypeHandle);
System.ComponentModel.TypeConverter (1)
System\ComponentModel\ReflectTypeDescriptionProvider.cs (1)
429
System.Runtime.CompilerServices.RuntimeHelpers.
RunClassConstructor
(editorBaseType.TypeHandle);
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\SR.cs (4)
84
RuntimeHelpers.
RunClassConstructor
(typeof(ResourceManager).TypeHandle);
85
RuntimeHelpers.
RunClassConstructor
(typeof(ResourceReader).TypeHandle);
86
RuntimeHelpers.
RunClassConstructor
(typeof(RuntimeResourceSet).TypeHandle);
87
RuntimeHelpers.
RunClassConstructor
(typeof(BinaryReader).TypeHandle);
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (1)
211
RuntimeHelpers.
RunClassConstructor
(declaringType.TypeHandle);