32 references to Utils
System.AddIn (32)
System\Addin\Hosting\ActivationWorker.cs (3)
162
Utils
.PublicKeyMatches(name1, name2) &&
222
Assembly a =
Utils
.FindLoadedAssemblyRef(assemblyRef);
262
return
Utils
.LoadAssemblyFrom(dirsToLookIn, assemblyRef);
System\Addin\Hosting\AddInActivator.cs (3)
171
Utils
.UnloadAppDomain(domain);
657
Assembly a =
Utils
.FindLoadedAssemblyRef(assemblyRef);
667
return
Utils
.LoadAssemblyFrom(dirsToLookIn, assemblyRef);
System\Addin\Hosting\AddInEnvironment.cs (1)
39
if (appDomain != AppDomain.CurrentDomain && !
Utils
.HasFullTrust()) {
System\Addin\Hosting\AddInStore.cs (8)
81
bool hasPathDiscovery =
Utils
.HasFullTrust();
157
bool hasPathDiscovery =
Utils
.HasFullTrust();
381
bool hasPathDiscovery =
Utils
.HasFullTrust();
486
bool hasPathDiscovery =
Utils
.HasFullTrust();
590
bool hasPathDiscovery =
Utils
.HasFullTrust();
1160
Utils
.UnloadAppDomain(domain);
1208
String relativeFileName =
Utils
.MakeRelativePath(assemblyFileName, rootDir);
1306
String relativeFileName =
Utils
.MakeRelativePath(assemblyFileName, rootDir);
System\Addin\Hosting\AddInToken.cs (1)
279
if (target != AppDomain.CurrentDomain && !
Utils
.HasFullTrust())
System\Addin\Hosting\InspectionWorker.cs (7)
147
if (
Utils
.AssemblyRefEqualsDef(assemblyRef, a.FullName))
244
String relativeFileName =
Utils
.MakeRelativePath(_assemblyFileName, _pipelineRootDirectory);
256
if (!
Utils
.HasCustomAttribute(PipelineComponent.ContractAttributeInReflectionLoaderContext, type))
263
if (!
Utils
.HasCustomAttribute(PipelineComponent.AddInAdapterAttributeInReflectionLoaderContext, type))
270
if (
Utils
.HasCustomAttribute(PipelineComponent.AddInAttributeInReflectionLoaderContext, type))
273
if (!
Utils
.HasCustomAttribute(PipelineComponent.AddInBaseAttributeInReflectionLoaderContext, type))
277
CustomAttributeData cad =
Utils
.GetCustomAttributeData(PipelineComponent.AddInBaseAttributeInReflectionLoaderContext, type);
System\Addin\Hosting\Utils.cs (2)
208
if (
Utils
.AssemblyRefEqualsDef(assemblyRef, a.FullName)) {
243
if (
Utils
.AssemblyRefEqualsDef(assemblyRef, assembly.FullName))
System\Addin\MiniReflection\MiniAssembly.cs (3)
170
if (!
Utils
.PublicKeyMatches(loadedAssemblyName, publicKeyOrToken))
247
return
Utils
.AssemblyDefEqualsDef(FullName, thatAssembly.FullName);
271
return
Utils
.AssemblyRefEqualsDef(nameRefB, nameA);
System\Addin\MiniReflection\TypeInfo.cs (4)
167
if (simpleName == "mscorlib" && (culture.Length == 0) &&
Utils
.PublicKeyMatches(mscorlib.GetName(), publicKeyOrToken))
181
(culture.Length == 0 ? "neutral" : culture),
Utils
.PublicKeyToString(publicKeyOrToken));
731
if (
Utils
.FullTypeNameDefEqualsDef(implementsIFace.AssemblyQualifiedName, ifaceType.AssemblyQualifiedName))
927
bool r =
Utils
.FullTypeNameDefEqualsDef(thisType, thatType);