1 write to pwzBindings
Microsoft.AspNetCore.Server.IIS (1)
Core\IISConfigurationData.cs (1)
46
native.
pwzBindings
= managed.pwzBindings is null ? IntPtr.Zero : Marshal.StringToBSTR(managed.pwzBindings);
4 references to pwzBindings
Microsoft.AspNetCore.Server.IIS (4)
Core\IISConfigurationData.cs (4)
61
if (native.
pwzBindings
!= IntPtr.Zero)
63
Marshal.FreeBSTR(native.
pwzBindings
);
77
pwzBindings = native.
pwzBindings
== IntPtr.Zero ? string.Empty : Marshal.PtrToStringBSTR(native.
pwzBindings
),