1 implementation of GetAttributes
Microsoft.DiaSymReader (1)
_generated\31\Microsoft.DiaSymReader.ISymUnmanagedVariable.cs (1)
106int global::Microsoft.DiaSymReader.ISymUnmanagedVariable.GetAttributes(out int attributes)
2 references to GetAttributes
Microsoft.DiaSymReader (2)
_generated\31\Microsoft.DiaSymReader.ISymUnmanagedVariable.cs (1)
136__retVal = @this.GetAttributes(out attributes);
Extensions\SymUnmanagedExtensions.Variable.cs (1)
33ThrowExceptionForHR(local.GetAttributes(out result));