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