3 overrides of ImageRuntimeVersion
System.Private.CoreLib (1)
src\System\Reflection\RuntimeAssembly.cs (1)
537public override string ImageRuntimeVersion
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingAssembly.cs (1)
216public override string ImageRuntimeVersion
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Assemblies\RoAssembly.cs (1)
164public abstract override string ImageRuntimeVersion { get; }
3 references to ImageRuntimeVersion
PresentationFramework (1)
System\Windows\DeferrableContent.cs (1)
38assemblyTargetsFramework2 = schemaContext.LocalAssembly.ImageRuntimeVersion.StartsWith("v2", StringComparison.Ordinal);
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XsltFunctions.cs (1)
229return new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.String), typeof(XsltLibrary).Assembly.ImageRuntimeVersion);
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingAssembly.cs (1)
218get { return UnderlyingAssembly.ImageRuntimeVersion; }