1 write to pwcsName
Microsoft.DiaSymReader (1)
Utilities\IUnsafeComStream.cs (1)
107pwcsName = n.pwcsName is null ? null : Utf16StringMarshaller.ConvertToUnmanaged(n.pwcsName),
3 references to pwcsName
Microsoft.DiaSymReader (3)
Utilities\IUnsafeComStream.cs (3)
83if (n.pwcsName != null) 85name = Utf16StringMarshaller.ConvertToManaged(n.pwcsName); 86Marshal.FreeCoTaskMem((IntPtr)n.pwcsName);