Home
last modified time | relevance | path

Searched refs:NativeCompilerReturnValue (Results 1 – 25 of 37) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Microsoft.VisualBasic/
H A DVBCodeGenerator.cs88 results.NativeCompilerReturnValue = vbnc.ExitCode; in FromFileBatch()
93 if (results.NativeCompilerReturnValue == 1) { in FromFileBatch()
105 …|| (results.NativeCompilerReturnValue != 0 && results.NativeCompilerReturnValue != 1)) // Neither … in FromFileBatch()
/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/tests/Syntax/
H A DInvalidCodeTests.cs46 if (results.NativeCompilerReturnValue == 0) in CodeShouldNotCompile()
74 if (results.NativeCompilerReturnValue == 0) in CodeShouldNotCompileAsFinishedConstraint()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.CodeDom.Compiler/
H A DCompilerResultsCas.cs74 Assert.AreEqual (0, cr.NativeCompilerReturnValue, "NativeCompilerReturnValue"); in Deny_Unrestricted()
75 cr.NativeCompilerReturnValue = 1; in Deny_Unrestricted()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/
H A DCompilerResults.cs54 public int NativeCompilerReturnValue { get; set; } property in System.CodeDom.Compiler.CompilerResults
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/compiler/
H A DCompilerResults.cs168 public int NativeCompilerReturnValue { property in System.CodeDom.Compiler.CompilerResults
H A DCodeCompiler.cs370 results.NativeCompilerReturnValue = retValue; in FromFileBatch()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Compilation/
H A DWebServiceCompiler.cs122 if (results.NativeCompilerReturnValue == 0) in CheckCompilerErrors()
H A DAppResourcesAssemblyBuilder.cs127 if (results.NativeCompilerReturnValue == 0) { in BuildDefaultAssembly()
H A DCachingCompiler.cs230 if (result.NativeCompilerReturnValue != 0) { in CompileAndGetType()
H A DAppCodeCompiler.cs272 if (results.NativeCompilerReturnValue == 0) { in Build()
H A DAssemblyBuilder.cs824 if (results.NativeCompilerReturnValue != 0) { in BuildAssembly()
H A DBaseCompiler.cs553 if (results.NativeCompilerReturnValue == 0) in CheckCompilerErrors()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Channels/
H A DCachingCompiler.cs152 if (result.NativeCompilerReturnValue != 0) in CompileAndGetType()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Compilation/
H A DBuildProvidersCompiler.cs462 newResults.NativeCompilerReturnValue = results.NativeCompilerReturnValue; in CacheCompileErrors()
H A DAssemblyBuilder.cs994 … if (results != null && (results.NativeCompilerReturnValue != 0 || results.Errors.HasErrors))
1039 if (results.NativeCompilerReturnValue != 0 || results.Errors.HasErrors) {
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Microsoft.CSharp/
H A DCSharpCodeGenerator.cs126 results.NativeCompilerReturnValue = mcs.ExitCode; in FromFileBatch()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Serialization/
H A DCompiler.cs207 …ingWriter.WriteLine(Res.GetString(Res.XmlCompilerError, results.NativeCompilerReturnValue.ToString… in Compile()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Compiler/
H A DXomlCompilerHelpers.cs244 results.NativeCompilerReturnValue = results2.NativeCompilerReturnValue; in InternalCompileFromDomBatch()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI/
H A DSimpleWebHandlerParser.cs419 if (result.NativeCompilerReturnValue != 0) { in GetAssemblyFromSource()
H A DTemplateParser.cs917 if (result.NativeCompilerReturnValue != 0) { in GetAssemblyFromSource()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A DErrorFormatter.cs1629 if (results.Errors.Count == 0 && results.NativeCompilerReturnValue != 0) {
1631 results.NativeCompilerReturnValue.ToString("G",
/dports/devel/msbuild/msbuild-0.06/src/Tasks/
H A DCodeTaskFactory.cs836 … if (compilerResults.NativeCompilerReturnValue != 0 && compilerResults.Errors.Count > 0) in CompileInMemoryAssembly()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Configuration/
H A DBrowserCapabilitiesCodeGenerator.cs826 if (results.NativeCompilerReturnValue != 0 || results.Errors.HasErrors) { in GenerateAssembly()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/microsoft/visualbasic/
H A DVBCodeProvider.cs2868 results.NativeCompilerReturnValue = retValue; in FromFileBatch()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/ref/
H A DSystem.CodeDom.cs1126 …public int NativeCompilerReturnValue { [System.Runtime.CompilerServices.CompilerGeneratedAttribute… property in System.CodeDom.Compiler.CompilerResults

12