3 overrides of ImageRuntimeVersion
System.Private.CoreLib (1)
System\Reflection\Runtime\Assemblies\RuntimeAssemblyInfo.cs (1)
187public abstract override string ImageRuntimeVersion { get; }
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)
163public 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)
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; }