Home
last modified time | relevance | path

Searched refs:IncludeDebugInformation (Results 1 – 25 of 63) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.CodeDom.Compiler/
H A DCompilerParametersCas.cs64 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 DCompilerInfo.cs114 … CompilerParams.IncludeDebugInformation == other.CompilerParams.IncludeDebugInformation && in Equals()
121 copy.IncludeDebugInformation = _compilerParams.IncludeDebugInformation; in CloneCompilerParameters()
H A DCompilerParameters.cs38 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 DCompilerTypeWithParams.cs59 copy.IncludeDebugInformation = _compilParams.IncludeDebugInformation; in CloneCompilerParameters()
80 _compilParams.IncludeDebugInformation == other._compilParams.IncludeDebugInformation && in Equals()
H A DAssemblyBuilder.cs171 _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 DCompilerInfo.cs138 … CompilerParams.IncludeDebugInformation == other.CompilerParams.IncludeDebugInformation && in Equals()
144 copy.IncludeDebugInformation = _compilerParams.IncludeDebugInformation; in CloneCompilerParameters()
H A DCompilerParameters.cs224 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 DXsltSettings.cs55 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 DXsltSettings.cs53 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 DTestCompiler.cs38 options.IncludeDebugInformation = false; in TestCompiler()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/csharp/
H A DCompiler.cs136 param.IncludeDebugInformation = false; in Compile()
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/
H A DCompiler.cs136 param.IncludeDebugInformation = false; in Compile()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/
H A DSimpleWebHandlerParser.cs308 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 DXomlCompilerParameters.cs363 this.IncludeDebugInformation = parameters.IncludeDebugInformation; in WorkflowCompilerParameters()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Compilation/
H A DWebServiceCompiler.cs84 compilerParameters.IncludeDebugInformation = parser.Debug; in GetCompiledType()
H A DAppResourcesAssemblyBuilder.cs118 cp.IncludeDebugInformation = config.Debug; in BuildDefaultAssembly()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.WebPages.Razor/
H A DRazorBuildProvider.cs251 compilerType.CompilerParameters.IncludeDebugInformation = true; in SetIncludeDebugInfoFlag()
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/Test/Mono.Cecil.Tests/
H A DCompilationService.cs122 parameters.IncludeDebugInformation = false; in CompileFile()
/dports/lang/mono/mono-5.10.1.57/mcs/tools/sgen/
H A Dsgen.cs146 parameters.IncludeDebugInformation = debug; in Run()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Configuration/
H A DCompilationSection.cs600 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 DRazorBuildProviderTest.cs71 Assert.True(type.CompilerParameters.IncludeDebugInformation); in CodeCompilerTypeSetsDebugFlagInFullTrust()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Microsoft.CSharp/
H A DCSharpCodeGenerator.cs190 if (options.IncludeDebugInformation) in BuildArgs()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Serialization/
H A DCompiler.cs171 parameters.IncludeDebugInformation = true; in Compile()
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/Test/Mono.Cecil.Tests/
H A DCompilationService.cs223 parameters.IncludeDebugInformation = false; in CompileFile()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/powershell/
H A DAnsible.ModuleUtils.AddType.psm1233 $compile_parameters.IncludeDebugInformation = $include_debug in Add-CSharpType()

123