1 interface inheriting from ISymUnmanagedCompilerInfoReader
Microsoft.DiaSymReader (1)
_generated\27\Microsoft.DiaSymReader.ISymUnmanagedCompilerInfoReader.cs (1)
20file unsafe interface InterfaceImplementation : global::Microsoft.DiaSymReader.ISymUnmanagedCompilerInfoReader
5 references to ISymUnmanagedCompilerInfoReader
Microsoft.DiaSymReader (5)
_generated\27\Microsoft.DiaSymReader.ISymUnmanagedCompilerInfoReader.cs (4)
37int global::Microsoft.DiaSymReader.ISymUnmanagedCompilerInfoReader.GetCompilerInfo(out ushort major, out ushort minor, out ushort build, out ushort revision, int bufferLength, out int count, char[] name) 39var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.ISymUnmanagedCompilerInfoReader)); 68global::Microsoft.DiaSymReader.ISymUnmanagedCompilerInfoReader @this = default; 90@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.ISymUnmanagedCompilerInfoReader>(__this_native);
Extensions\SymUnmanagedExtensions.Reader.cs (1)
179public static bool TryGetCompilerInfo(this ISymUnmanagedCompilerInfoReader reader, out Version version, out string name)