1 interface inheriting from ISymUnmanagedCompilerInfoWriter
Microsoft.DiaSymReader (1)
_generated\34\Microsoft.DiaSymReader.ISymUnmanagedCompilerInfoWriter.cs (1)
20file unsafe interface InterfaceImplementation : global::Microsoft.DiaSymReader.ISymUnmanagedCompilerInfoWriter
5 references to ISymUnmanagedCompilerInfoWriter
Microsoft.DiaSymReader (5)
_generated\34\Microsoft.DiaSymReader.ISymUnmanagedCompilerInfoWriter.cs (4)
37int global::Microsoft.DiaSymReader.ISymUnmanagedCompilerInfoWriter.AddCompilerInfo(ushort major, ushort minor, ushort build, ushort revision, string name) 39var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.DiaSymReader.ISymUnmanagedCompilerInfoWriter)); 58global::Microsoft.DiaSymReader.ISymUnmanagedCompilerInfoWriter @this = default; 65@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.DiaSymReader.ISymUnmanagedCompilerInfoWriter>(__this_native);
Writer\SymUnmanagedWriterImpl.cs (1)
752if (symWriter is not ISymUnmanagedCompilerInfoWriter infoWriter)