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