3 overrides of ImageRuntimeVersion
System.Private.CoreLib (1)
System\Reflection\Runtime\Assemblies\RuntimeAssemblyInfo.cs (1)
187
public abstract override string
ImageRuntimeVersion
{ get; }
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)
163
public abstract override string
ImageRuntimeVersion
{ get; }
4 references to ImageRuntimeVersion
Mono.Cecil (1)
Mono.Cecil\ModuleDefinition.cs (1)
176
return typeof (object).Assembly.
ImageRuntimeVersion
.ParseRuntime ();
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
; }