Home
last modified time | relevance | path

Searched refs:PathToAssembly (Results 1 – 25 of 29) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/
H A DCompilerResults.cs39 if (_compiledAssembly == null && PathToAssembly != null)
41 … _compiledAssembly = Assembly.Load(new AssemblyName() { CodeBase = PathToAssembly });
52 public string PathToAssembly { get; set; } property in System.CodeDom.Compiler.CompilerResults
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/Microsoft.CSharp/
H A DCSharpCodeProviderTest.cs125 Assert.IsNull (results.PathToAssembly, "#3"); in CompileFromFile_InMemory()
187 Assert.IsNull (results.PathToAssembly, "#A3"); in CompileFromFileBatch_Executable_InMemory()
274 Assert.IsNull (results.PathToAssembly, "#A3"); in CompileFromFileBatch_Library_InMemory()
344 Assert.IsNull (results.PathToAssembly, "#2"); in CompileFromSource_InMemory()
422 Assert.IsNull (results.PathToAssembly, "#A2"); in CompileFromSourceBatch_InMemory()
516 Assert.IsNull (results.PathToAssembly, "#2"); in CompileFromDom_InMemory()
547 Assert.IsNull (results.PathToAssembly, "#2"); in CompileFromDomBatch_InMemory()
682 if (results.PathToAssembly == null) in CompileAssemblyFromDom()
685 return results.PathToAssembly; in CompileAssemblyFromDom()
704 if (results.PathToAssembly == null) in CompileAssemblyFromDomBatch()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/Microsoft.VisualBasic/
H A DVBCodeProviderTest.cs225 Assert.IsNull (results.PathToAssembly, "#3"); in CompileFromFile_InMemory()
283 Assert.IsNull (results.PathToAssembly, "#A3"); in CompileFromFileBatch_Executable_InMemory()
371 Assert.IsNull (results.PathToAssembly, "#A3"); in CompileFromFileBatch_Library_InMemory()
442 Assert.IsNull (results.PathToAssembly, "#2"); in CompileFromSource_InMemory()
478 Assert.IsNull (results.PathToAssembly, "#A2"); in CompileFromSourceBatch_InMemory()
576 Assert.IsNull (results.PathToAssembly, "#2"); in CompileFromDom_InMemory()
608 Assert.IsNull (results.PathToAssembly, "#2"); in CompileFromDomBatch_InMemory()
727 if (results.PathToAssembly == null) in CompileAssemblyFromDom()
730 return results.PathToAssembly; in CompileAssemblyFromDom()
749 if (results.PathToAssembly == null) in CompileAssemblyFromDomBatch()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Compilation/
H A DCodeDirectoryCompiler.cs180 IntPtr hModule = UnsafeNativeMethods.GetModuleHandle(results.PathToAssembly); in GetCodeDirectoryAssembly()
184 …Debug.Trace("CodeDirectoryCompiler", results.PathToAssembly + " is already loaded. Waiting a bit"); in GetCodeDirectoryAssembly()
190 …("CodeDirectoryCompiler", "Timeout waiting for old assembly to unload: " + results.PathToAssembly); in GetCodeDirectoryAssembly()
191 … throw new HttpException(SR.GetString(SR.Assembly_already_loaded, results.PathToAssembly)); in GetCodeDirectoryAssembly()
H A DBaseTemplateBuildProvider.cs172 string assemblyFilename = Path.GetFileName(results.PathToAssembly); in GetGeneratedType()
H A DBuildProvidersCompiler.cs461 newResults.PathToAssembly = results.PathToAssembly; in CacheCompileErrors()
H A DAssemblyBuilder.cs1009 postProcessor.PostProcessAssembly(results.PathToAssembly);
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.CodeDom.Compiler/
H A DCompilerResultsCas.cs77 Assert.IsNull (cr.PathToAssembly, "PathToAssembly"); in Deny_Unrestricted()
78 cr.PathToAssembly = path; in Deny_Unrestricted()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/compiler/
H A DCompilerResults.cs149 public string PathToAssembly { property in System.CodeDom.Compiler.CompilerResults
H A DCodeCompiler.cs424 results.PathToAssembly = options.OutputAssembly; in FromFileBatch()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Microsoft.VisualBasic/
H A DVBCodeGenerator.cs123 results.PathToAssembly = options.OutputAssembly; in FromFileBatch()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Plugins/
H A DPlgxPlugin.cs588 Program.TempFilesPool.Add(cr.PathToAssembly); in Compile()
590 Debug.Assert(cr.PathToAssembly == cp.OutputAssembly); in Compile()
591 string strCacheAsm = PlgxCache.AddCacheAssembly(cr.PathToAssembly, plgx); in Compile()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Microsoft.CSharp/
H A DCSharpCodeGenerator.cs165 results.PathToAssembly = options.OutputAssembly; in FromFileBatch()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Compiler/
H A DXomlCompiler.cs542 … results.CompiledAssembly = Assembly.Load(File.ReadAllBytes(results.PathToAssembly)); in Compile()
543 results.PathToAssembly = null; in Compile()
H A DXomlCompilerHelpers.cs243 results.PathToAssembly = results2.PathToAssembly; in InternalCompileFromDomBatch()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/microsoft/visualbasic/
H A DVBCodeProvider.cs2925 results.PathToAssembly = outputAssemblyFile; in FromFileBatch()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/ref/
H A DSystem.CodeDom.cs1128 …public string PathToAssembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { t… property in System.CodeDom.Compiler.CompilerResults
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/microsoft/csharp/
H A Dcsharpcodeprovider.cs3450 results.PathToAssembly = options.OutputAssembly; in FromFileBatch()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs1857 public string PathToAssembly { get { throw null; } set { } } property in System.CodeDom.Compiler.CompilerResults
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs1850 public string PathToAssembly { get { throw null; } set { } } property in System.CodeDom.Compiler.CompilerResults
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs1650 …public string PathToAssembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { t… property in System.CodeDom.Compiler.CompilerResults
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs1667 …public string PathToAssembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { t… property in System.CodeDom.Compiler.CompilerResults
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs1667 …public string PathToAssembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { t… property in System.CodeDom.Compiler.CompilerResults
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs1650 …public string PathToAssembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { t… property in System.CodeDom.Compiler.CompilerResults
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs1650 …public string PathToAssembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { t… property in System.CodeDom.Compiler.CompilerResults

12