439 references to Bool
csc (3)
IIS.Tests (1)
Microsoft.AspNetCore.Cryptography.Internal (7)
Microsoft.AspNetCore.Server.HttpSys (1)
Microsoft.AspNetCore.Server.IIS (11)
NativeMethods.cs (11)
24[return: MarshalAs(UnmanagedType.Bool)]
62private static unsafe partial int http_write_response_bytes(NativeSafeHandle pInProcessHandler, HTTP_DATA_CHUNK* pDataChunks, int nChunks, [MarshalAs(UnmanagedType.Bool)] out bool fCompletionExpected);
65private static partial int http_flush_response_bytes(NativeSafeHandle pInProcessHandler, [MarshalAs(UnmanagedType.Bool)] bool fMoreData, [MarshalAs(UnmanagedType.Bool)] out bool fCompletionExpected);
83private static unsafe partial int http_read_request_bytes(NativeSafeHandle pInProcessHandler, byte* pvBuffer, int cbBuffer, out int dwBytesReceived, [MarshalAs(UnmanagedType.Bool)] out bool fCompletionExpected);
126[MarshalAs(UnmanagedType.Bool)] out bool fCompletionExpected);
135[MarshalAs(UnmanagedType.Bool)] out bool fCompletionExpected);
150private static unsafe partial int http_response_set_unknown_header(NativeSafeHandle pInProcessHandler, byte* pszHeaderName, byte* pszHeaderValue, ushort usHeaderValueLength, [MarshalAs(UnmanagedType.Bool)] bool fReplace);
153private static unsafe partial int http_has_response4(NativeSafeHandle pInProcessHandler, [MarshalAs(UnmanagedType.Bool)] out bool isResponse4);
156private static unsafe partial int http_response_set_trailer(NativeSafeHandle pInProcessHandler, byte* pszHeaderName, byte* pszHeaderValue, ushort usHeaderValueLength, [MarshalAs(UnmanagedType.Bool)] bool replace);
162private static unsafe partial int http_response_set_known_header(NativeSafeHandle pInProcessHandler, int headerId, byte* pHeaderValue, ushort length, [MarshalAs(UnmanagedType.Bool)] bool fReplace);
Microsoft.AspNetCore.Server.IISIntegration (1)
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (4)
Microsoft.Build (5)
Microsoft.Build.Engine.OM.UnitTests (2)
Microsoft.Build.Engine.UnitTests (1)
Microsoft.Build.Framework (6)
Microsoft.Build.Tasks.CodeAnalysis (3)
Microsoft.Build.Tasks.CodeAnalysis.Sdk (3)
Microsoft.Build.Tasks.Core (16)
NativeMethods.cs (12)
932[return: MarshalAs(UnmanagedType.Bool)]
952[return: MarshalAs(UnmanagedType.Bool)]
959[return: MarshalAs(UnmanagedType.Bool)]
965[In, MarshalAs(UnmanagedType.Bool)]
1048[return: MarshalAs(UnmanagedType.Bool)]
1061[return: MarshalAs(UnmanagedType.Bool)]
1062internal static extern bool CryptAcquireCertificatePrivateKey([In] IntPtr CertContext, [In] uint flags, [In] IntPtr reserved, [In, Out] ref IntPtr CryptProv, [In, Out] ref KeySpec KeySpec, [In, Out, MarshalAs(UnmanagedType.Bool)] ref bool CallerFreeProv);
1068[return: MarshalAs(UnmanagedType.Bool)]
1075[return: MarshalAs(UnmanagedType.Bool)]
1082[return: MarshalAs(UnmanagedType.Bool)]
1089[return: MarshalAs(UnmanagedType.Bool)]
1096[return: MarshalAs(UnmanagedType.Bool)]
Microsoft.Build.Utilities.Core (3)
Microsoft.Build.Utilities.UnitTests (2)
Microsoft.CodeAnalysis (6)
Microsoft.CodeAnalysis.EditorFeatures (1)
Microsoft.CodeAnalysis.Features (3)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Microsoft.DotNet.SignCheckLibrary (2)
Microsoft.Extensions.Diagnostics.ResourceMonitoring (3)
Microsoft.Extensions.Hosting.WindowsServices (3)
Microsoft.Extensions.Logging.Console (2)
Microsoft.Interop.SourceGeneration (1)
Microsoft.VisualBasic.Forms (6)
MSBuild (3)
MSBuildTaskHost (7)
PresentationBuildTasks (3)
PresentationCore (22)
PresentationFramework (49)
Replay (3)
Roslyn.Test.PdbUtilities (1)
System.Console (3)
System.Diagnostics.Process (2)
System.IO.MemoryMappedFiles (1)
System.IO.Pipes (1)
System.IO.Ports (1)
System.Net.Quic (14)
System.Net.Security (31)
System.Net.Sockets (4)
System.Private.CoreLib (108)
src\libraries\Common\src\Interop\Interop.Casing.cs (6)
11[return: MarshalAs(UnmanagedType.Bool)]
12internal static unsafe partial void ChangeCase(char* src, int srcLen, char* dstBuffer, int dstBufferCapacity, [MarshalAs(UnmanagedType.Bool)] bool bToUpper);
15[return: MarshalAs(UnmanagedType.Bool)]
16internal static unsafe partial void ChangeCaseInvariant(char* src, int srcLen, char* dstBuffer, int dstBufferCapacity, [MarshalAs(UnmanagedType.Bool)] bool bToUpper);
19[return: MarshalAs(UnmanagedType.Bool)]
20internal static unsafe partial void ChangeCaseTurkish(char* src, int srcLen, char* dstBuffer, int dstBufferCapacity, [MarshalAs(UnmanagedType.Bool)] bool bToUpper);
System.Runtime.InteropServices (1)
System.Security.Cryptography (48)
System.Security.Cryptography.ProtectedData (2)
System.Windows.Controls.Ribbon (1)
System.Windows.Forms.Design (1)
UIAutomationProvider (15)
UIAutomationTypes (14)
vbc (3)
VBCSCompiler (3)
WindowsFormsIntegration (1)