9 references to GetVersion
mscorlib (9)
system\reflection\assembly.cs (2)
1400
GetVersion
(),
2915
an.Version =
GetVersion
();
system\reflection\emit\assemblybuilder.cs (1)
280
return InternalAssembly.
GetVersion
();
system\resources\manifestbasedresourcegroveler.cs (2)
570
Contract.Assert(false, "[This assert catches satellite assembly build/deployment problems - report this message to your build lab & loc engineer]" + Environment.NewLine + "GetSatelliteAssembly failed for culture " + lookForCulture.Name + " and version " + (_mediator.SatelliteContractVersion == null ? _mediator.MainAssembly.
GetVersion
().ToString() : _mediator.SatelliteContractVersion.ToString()) + " of assembly " + _mediator.MainAssembly.GetSimpleName() + " with error code 0x" + hr.ToString("X", CultureInfo.InvariantCulture) + Environment.NewLine + "Exception: " + fle);
577
Contract.Assert(false, "[This assert catches satellite assembly build/deployment problems - report this message to your build lab & loc engineer]" + Environment.NewLine + "GetSatelliteAssembly failed for culture " + lookForCulture.Name + " and version " + (_mediator.SatelliteContractVersion == null ? _mediator.MainAssembly.
GetVersion
().ToString() : _mediator.SatelliteContractVersion.ToString()) + " of assembly " + _mediator.MainAssembly.GetSimpleName() + Environment.NewLine + "Exception: " + bife);
system\runtime\interopservices\registrationservices.cs (2)
131
String strAsmVersion = rtAssembly.
GetVersion
().ToString();
183
String strAsmVersion = rtAssembly.
GetVersion
().ToString();
system\security\cryptography\cryptoconfig.cs (1)
96
version = ((RuntimeType)typeof(CryptoConfig)).GetRuntimeAssembly().
GetVersion
().ToString();
system\security\policy\applicationsecuritymanager.cs (1)
163
"System.Security.Policy.TrustManager, System.Windows.Forms, Version=" + ((RuntimeAssembly)Assembly.GetExecutingAssembly()).
GetVersion
() + ", Culture=neutral, PublicKeyToken=" + AssemblyRef.EcmaPublicKeyToken);