/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.CodeDom.Compiler/ |
H A D | CompilerParametersCas.cs | 64 Assert.IsFalse (cp.IncludeDebugInformation, "IncludeDebugInformation"); in Constructor0_Deny_Unrestricted() 65 cp.IncludeDebugInformation = true; in Constructor0_Deny_Unrestricted() 95 Assert.IsFalse (cp.IncludeDebugInformation, "IncludeDebugInformation"); in Constructor1_Deny_Unrestricted() 96 cp.IncludeDebugInformation = true; in Constructor1_Deny_Unrestricted() 126 Assert.IsFalse (cp.IncludeDebugInformation, "IncludeDebugInformation"); in Constructor2_Deny_Unrestricted() 127 cp.IncludeDebugInformation = true; in Constructor2_Deny_Unrestricted() 157 Assert.IsTrue (cp.IncludeDebugInformation, "IncludeDebugInformation"); in Constructor3_Deny_Unrestricted() 158 cp.IncludeDebugInformation = false; in Constructor3_Deny_Unrestricted()
|
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/ |
H A D | CompilerInfo.cs | 114 … CompilerParams.IncludeDebugInformation == other.CompilerParams.IncludeDebugInformation && in Equals() 121 copy.IncludeDebugInformation = _compilerParams.IncludeDebugInformation; in CloneCompilerParameters()
|
H A D | CompilerParameters.cs | 38 IncludeDebugInformation = includeDebugInformation; in CompilerParameters() 73 public bool IncludeDebugInformation { get; set; } property in System.CodeDom.Compiler.CompilerParameters
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Compilation/ |
H A D | CompilerTypeWithParams.cs | 59 copy.IncludeDebugInformation = _compilParams.IncludeDebugInformation; in CloneCompilerParameters() 80 _compilParams.IncludeDebugInformation == other._compilParams.IncludeDebugInformation && in Equals()
|
H A D | AssemblyBuilder.cs | 171 _compilerType.CompilerParameters.IncludeDebugInformation = true; in AssemblyBuilder() 175 _compilerType.CompilerParameters.IncludeDebugInformation = false; in AssemblyBuilder() 179 _compilerType.CompilerParameters.IncludeDebugInformation = false; in AssemblyBuilder() 183 _compilerType.CompilerParameters.IncludeDebugInformation = true; in AssemblyBuilder() 187 _tempFiles.KeepFiles = _compilerType.CompilerParameters.IncludeDebugInformation; in AssemblyBuilder() 630 if (!_compilerType.CompilerParameters.IncludeDebugInformation) in AddChecksumPragma()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/compiler/ |
H A D | CompilerInfo.cs | 138 … CompilerParams.IncludeDebugInformation == other.CompilerParams.IncludeDebugInformation && in Equals() 144 copy.IncludeDebugInformation = _compilerParams.IncludeDebugInformation; in CloneCompilerParameters()
|
H A D | CompilerParameters.cs | 224 public bool IncludeDebugInformation { property in System.CodeDom.Compiler.CompilerParameters
|
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xslt/ |
H A D | XsltSettings.cs | 55 internal bool IncludeDebugInformation property in System.Xml.Xsl.XsltSettings
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Xslt/ |
H A D | XsltSettings.cs | 53 internal bool IncludeDebugInformation { property in System.Xml.Xsl.XsltSettings
|
/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/tests/Syntax/ |
H A D | TestCompiler.cs | 38 options.IncludeDebugInformation = false; in TestCompiler()
|
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/csharp/ |
H A D | Compiler.cs | 136 param.IncludeDebugInformation = false; in Compile()
|
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/ |
H A D | Compiler.cs | 136 param.IncludeDebugInformation = false; in Compile()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/ |
H A D | SimpleWebHandlerParser.cs | 308 compilParams.IncludeDebugInformation = fDebug; in ProcessCompilationParams() 310 if (compilParams.IncludeDebugInformation && in ProcessCompilationParams()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Compiler/ |
H A D | XomlCompilerParameters.cs | 363 this.IncludeDebugInformation = parameters.IncludeDebugInformation; in WorkflowCompilerParameters()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Compilation/ |
H A D | WebServiceCompiler.cs | 84 compilerParameters.IncludeDebugInformation = parser.Debug; in GetCompiledType()
|
H A D | AppResourcesAssemblyBuilder.cs | 118 cp.IncludeDebugInformation = config.Debug; in BuildDefaultAssembly()
|
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.WebPages.Razor/ |
H A D | RazorBuildProvider.cs | 251 compilerType.CompilerParameters.IncludeDebugInformation = true; in SetIncludeDebugInfoFlag()
|
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/Test/Mono.Cecil.Tests/ |
H A D | CompilationService.cs | 122 parameters.IncludeDebugInformation = false; in CompileFile()
|
/dports/lang/mono/mono-5.10.1.57/mcs/tools/sgen/ |
H A D | sgen.cs | 146 parameters.IncludeDebugInformation = debug; in Run()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Configuration/ |
H A D | CompilationSection.cs | 600 compilerType.CompilerParameters.IncludeDebugInformation = Debug; in GetCompilerInfoFromExtension() 653 compilerType.CompilerParameters.IncludeDebugInformation = Debug; in GetCompilerInfoFromLanguage()
|
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.WebPages.Razor.Test/ |
H A D | RazorBuildProviderTest.cs | 71 Assert.True(type.CompilerParameters.IncludeDebugInformation); in CodeCompilerTypeSetsDebugFlagInFullTrust()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Microsoft.CSharp/ |
H A D | CSharpCodeGenerator.cs | 190 if (options.IncludeDebugInformation) in BuildArgs()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Serialization/ |
H A D | Compiler.cs | 171 parameters.IncludeDebugInformation = true; in Compile()
|
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/Test/Mono.Cecil.Tests/ |
H A D | CompilationService.cs | 223 parameters.IncludeDebugInformation = false; in CompileFile()
|
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/powershell/ |
H A D | Ansible.ModuleUtils.AddType.psm1 | 233 $compile_parameters.IncludeDebugInformation = $include_debug in Add-CSharpType()
|