Close() | System.Diagnostics.SymbolStore.ISymbolWriter | |
CloseMethod() | System.Diagnostics.SymbolStore.ISymbolWriter | |
CloseNamespace() | System.Diagnostics.SymbolStore.ISymbolWriter | |
CloseScope(int endOffset) | System.Diagnostics.SymbolStore.ISymbolWriter | |
DefineDocument(string url, Guid language, Guid languageVendor, Guid documentType) | System.Diagnostics.SymbolStore.ISymbolWriter | |
DefineField(SymbolToken parent, string name, FieldAttributes attributes, byte[] signature, SymAddressKind addrKind, int addr1, int addr2, int addr3) | System.Diagnostics.SymbolStore.ISymbolWriter | |
DefineGlobalVariable(string name, FieldAttributes attributes, byte[] signature, SymAddressKind addrKind, int addr1, int addr2, int addr3) | System.Diagnostics.SymbolStore.ISymbolWriter | |
DefineLocalVariable(string name, FieldAttributes attributes, byte[] signature, SymAddressKind addrKind, int addr1, int addr2, int addr3, int startOffset, int endOffset) | System.Diagnostics.SymbolStore.ISymbolWriter | |
DefineParameter(string name, ParameterAttributes attributes, int sequence, SymAddressKind addrKind, int addr1, int addr2, int addr3) | System.Diagnostics.SymbolStore.ISymbolWriter | |
DefineSequencePoints(ISymbolDocumentWriter document, int[] offsets, int[] lines, int[] columns, int[] endLines, int[] endColumns) | System.Diagnostics.SymbolStore.ISymbolWriter | |
Initialize(IntPtr emitter, string filename, bool fFullBuild) | System.Diagnostics.SymbolStore.ISymbolWriter | |
OpenMethod(SymbolToken method) | System.Diagnostics.SymbolStore.ISymbolWriter | |
OpenNamespace(string name) | System.Diagnostics.SymbolStore.ISymbolWriter | |
OpenScope(int startOffset) | System.Diagnostics.SymbolStore.ISymbolWriter | |
SetMethodSourceRange(ISymbolDocumentWriter startDoc, int startLine, int startColumn, ISymbolDocumentWriter endDoc, int endLine, int endColumn) | System.Diagnostics.SymbolStore.ISymbolWriter | |
SetScopeRange(int scopeID, int startOffset, int endOffset) | System.Diagnostics.SymbolStore.ISymbolWriter | |
SetSymAttribute(SymbolToken parent, string name, byte[] data) | System.Diagnostics.SymbolStore.ISymbolWriter | |
SetUnderlyingWriter(IntPtr underlyingWriter) | System.Diagnostics.SymbolStore.ISymbolWriter | |
SetUserEntryPoint(SymbolToken entryMethod) | System.Diagnostics.SymbolStore.ISymbolWriter | |
UsingNamespace(string fullName) | System.Diagnostics.SymbolStore.ISymbolWriter | |