20 references to LPStr
Microsoft.AspNetCore.Cryptography.Internal (1)
SafeHandles\SafeLibraryHandle.cs (1)
183[MarshalAs(UnmanagedType.LPStr)] string lpProcName);
Microsoft.AspNetCore.Server.HttpSys (1)
NativeInterop\SafeLibraryHandle.cs (1)
84[MarshalAs(UnmanagedType.LPStr)] string lpProcName);
Microsoft.AspNetCore.Server.IIS (3)
NativeMethods.cs (3)
80private static partial int http_set_response_status_code(NativeSafeHandle pInProcessHandler, ushort statusCode, [MarshalAs(UnmanagedType.LPStr)] string pszReason); 109[MarshalAs(UnmanagedType.LPStr)] string variableName, 115[MarshalAs(UnmanagedType.LPStr)] string variableName,
Microsoft.Build.Tasks.Core (1)
ManifestUtil\mansign2.cs (1)
217[In][MarshalAs(UnmanagedType.LPStr)] string pszHashId,
Microsoft.CodeAnalysis (4)
Interop\IClrRuntimeInfo.cs (2)
43[In, MarshalAs(UnmanagedType.LPStr)] string procName); 55[In, MarshalAs(UnmanagedType.LPStr)] string hostConfigFile);
Interop\IClrStrongName.cs (2)
19[In, MarshalAs(UnmanagedType.LPStr)] string pszFilePath, 41[In, MarshalAs(UnmanagedType.LPStr)] string pszFilePath,
Microsoft.Interop.SourceGeneration (1)
MarshalAsWithCustomMarshallersParser.cs (1)
103UnmanagedType.LPStr => TypeNames.AnsiStringMarshaller,
Microsoft.ML.LightGbm (4)
WrappedLightGbmInterface.cs (4)
92[MarshalAs(UnmanagedType.LPStr)] string parameters, 150[MarshalAs(UnmanagedType.LPStr)] string field, 181[MarshalAs(UnmanagedType.LPStr)] string param, 218int predictType, int startIteration, int numIteration, [MarshalAs(UnmanagedType.LPStr)] string parameters, ref int outLen, double* outResult);
Microsoft.VisualStudio.LanguageServices (2)
CodeMarkers\ManagedCodeMarkers.cs (2)
39public static extern void TestDllPerfCodeMarkerString(System.Int32 nTimerID, [MarshalAs(UnmanagedType.LPStr, SizeParamIndex = 2)] string aUserParams, System.Int32 cbParams); 54public static extern void ProductDllPerfCodeMarkerString(System.Int32 nTimerID, [MarshalAs(UnmanagedType.LPStr, SizeParamIndex = 2)] string aUserParams, System.Int32 cbParams);
Microsoft.VisualStudio.LanguageServices.VisualBasic (2)
ProjectSystemShim\Interop\IVbCompilerProject.vb (2)
222<MarshalAs(UnmanagedType.LPStr)> wszClassName As String, 223<MarshalAs(UnmanagedType.LPStr)> wszMemberName As String)
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT.cs (1)
40public static extern IntPtr GetProcAddress(IntPtr moduleHandle, [MarshalAs(UnmanagedType.LPStr)] string functionName);