2 implementations of SetSymAttribute
Microsoft.DiaSymReader (2)
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedWriter5.cs (1)
633
void global::Microsoft.DiaSymReader.ISymUnmanagedWriter5.
SetSymAttribute
(uint parent, string name, int length, byte* data)
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedWriter8.cs (1)
1053
void global::Microsoft.DiaSymReader.ISymUnmanagedWriter5.
SetSymAttribute
(uint parent, string name, int length, byte* data) => throw new global::System.Diagnostics.UnreachableException();
3 references to SetSymAttribute
Microsoft.DiaSymReader (3)
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedWriter5.cs (1)
662
@this.
SetSymAttribute
(parent, name, length, data);
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedWriter8.cs (1)
1139
new void SetSymAttribute(uint parent, string name, int length, byte* data) => ((global::Microsoft.DiaSymReader.ISymUnmanagedWriter5)this).
SetSymAttribute
(parent, name, length, data);
Writer\SymUnmanagedWriterImpl.cs (1)
542
symWriter.
SetSymAttribute
(0, "MD2", metadata.Length, pb);