Path	Lines of Code
Designer.Interfaces/IVSMDCodeDomCreator.cs	7
Designer.Interfaces/IVSMDCodeDomProvider.cs	7
Designer.Interfaces/IVSMDDesigner.cs	13
Designer.Interfaces/IVSMDDesignerLoader.cs	10
Designer.Interfaces/IVSMDDesignerService.cs	19
Designer.Interfaces/IVSMDPerPropertyBrowsing.cs	12
Designer.Interfaces/IVSMDPropertyBrowser.cs	9
Designer.Interfaces/IVSMDPropertyGrid.cs	15
Designer.Interfaces/_PROPERTYGRIDOPTION.cs	9
Designer.Interfaces/_PROPERTYGRIDSORT.cs	9
Directory.Build.props	7
EnvDTE.Client/ConnectionManager.cs	28
EnvDTE.Client/Impl/AstImpl/CodeAttributeImpl.cs	55
EnvDTE.Client/Impl/AstImpl/CodeClassImpl.cs	125
EnvDTE.Client/Impl/AstImpl/CodeElementBase.cs	98
EnvDTE.Client/Impl/AstImpl/CodeElementsImplementation.cs	46
EnvDTE.Client/Impl/AstImpl/CodeElementsOverList.cs	37
EnvDTE.Client/Impl/AstImpl/CodeFunctionImpl.cs	109
EnvDTE.Client/Impl/AstImpl/CodeInterfaceImpl.cs	83
EnvDTE.Client/Impl/AstImpl/CodeNamespaceImpl.cs	63
EnvDTE.Client/Impl/AstImpl/CodeParameterImpl.cs	69
EnvDTE.Client/Impl/AstImpl/CodeStructImpl.cs	128
EnvDTE.Client/Impl/AstImpl/CodeTypeBase.cs	62
EnvDTE.Client/Impl/AstImpl/CodeTypeRefImpl.cs	34
EnvDTE.Client/Impl/AstImpl/FileCodeModelImpl.cs	116
EnvDTE.Client/Impl/DTEImplementation.cs	94
EnvDTE.Client/Impl/IDEImpl/ItemOperationsImplementation.cs	29
EnvDTE.Client/Impl/ProjectModelImpl/ConfigurationImpl/ConfigurationManagerImplementation.cs	42
EnvDTE.Client/Impl/ProjectModelImpl/ConfigurationImpl/ProjectActiveConfigurationImplementation.cs	38
EnvDTE.Client/Impl/ProjectModelImpl/ConfigurationImpl/SolutionConfigurationImplementation.cs	22
EnvDTE.Client/Impl/ProjectModelImpl/ConfigurationImpl/SolutionConfigurationsImplementation.cs	36
EnvDTE.Client/Impl/ProjectModelImpl/ProjectHierarchyCache.cs	75
EnvDTE.Client/Impl/ProjectModelImpl/ProjectImplementation.cs	68
EnvDTE.Client/Impl/ProjectModelImpl/ProjectItemImplementation.cs	80
EnvDTE.Client/Impl/ProjectModelImpl/ProjectItemsImplementation.cs	76
EnvDTE.Client/Impl/ProjectModelImpl/ProjectsImplementation.cs	35
EnvDTE.Client/Impl/ProjectModelImpl/PropertyImpl/ConfigurationPropertiesImplementation.cs	56
EnvDTE.Client/Impl/ProjectModelImpl/PropertyImpl/Exceptions/InvalidEnumPropertyValueException.cs	6
EnvDTE.Client/Impl/ProjectModelImpl/PropertyImpl/Exceptions/InvalidPropertyValueException.cs	14
EnvDTE.Client/Impl/ProjectModelImpl/PropertyImpl/Exceptions/SetReadOnlyPropertyException.cs	5
EnvDTE.Client/Impl/ProjectModelImpl/PropertyImpl/NullPropertyImplementation.cs	15
EnvDTE.Client/Impl/ProjectModelImpl/PropertyImpl/ProjectPropertiesImplementation.cs	36
EnvDTE.Client/Impl/ProjectModelImpl/PropertyImpl/ProjectPropertyImplementation.cs	16
EnvDTE.Client/Impl/ProjectModelImpl/PropertyImpl/PropertiesImplementation.cs	17
EnvDTE.Client/Impl/ProjectModelImpl/PropertyImpl/PropertyImplementation.cs	27
EnvDTE.Client/Impl/ProjectModelImpl/PropertyImpl/PropertyInfo/BoolPropertyInfo.cs	7
EnvDTE.Client/Impl/ProjectModelImpl/PropertyImpl/PropertyInfo/EnumPropertyInfo.cs	26
EnvDTE.Client/Impl/ProjectModelImpl/PropertyImpl/PropertyInfo/IntPropertyInfo.cs	7
EnvDTE.Client/Impl/ProjectModelImpl/PropertyImpl/PropertyInfo/MappedPropertyInfo.cs	33
EnvDTE.Client/Impl/ProjectModelImpl/PropertyImpl/PropertyInfo/StringPropertyInfo.cs	13
EnvDTE.Client/Impl/ProjectModelImpl/PropertyImpl/PropertyInfo/UIntPropertyInfo.cs	7
EnvDTE.Client/Impl/ProjectModelImpl/PropertyImpl/PropertyInfo/VisualStudioProperties.Configuration.cs	80
EnvDTE.Client/Impl/ProjectModelImpl/PropertyImpl/PropertyInfo/VisualStudioProperties.Project.cs	74
EnvDTE.Client/Impl/ProjectModelImpl/PropertyImpl/PropertyInfo/VisualStudioProperties.Solution.cs	15
EnvDTE.Client/Impl/ProjectModelImpl/PropertyImpl/ScalarPropertyImplementation.cs	29
EnvDTE.Client/Impl/ProjectModelImpl/PropertyImpl/SolutionPropertiesImplementation.cs	28
EnvDTE.Client/Impl/ProjectModelImpl/PropertyImpl/SolutionPropertyImplementation.cs	14
EnvDTE.Client/Impl/ProjectModelImpl/SolutionBuildImplementation.cs	67
EnvDTE.Client/Impl/ProjectModelImpl/SolutionFolderProjectItemImplementation.cs	44
EnvDTE.Client/Impl/ProjectModelImpl/SolutionFolderProjectItemsImplementation.cs	15
EnvDTE.Client/Impl/ProjectModelImpl/SolutionImplementation.cs	109
EnvDTE.Client/Impl/ProjectModelImpl/VisualStudioInterop/ConfiguredProjectImpl.cs	8
EnvDTE.Client/Impl/ProjectModelImpl/VisualStudioInterop/ConfiguredProjectServicesImpl.cs	9
EnvDTE.Client/Impl/ProjectModelImpl/VisualStudioInterop/OAProject.cs	14
EnvDTE.Client/Impl/ProjectModelImpl/VisualStudioInterop/ProjectProperties.cs	10
EnvDTE.Client/Impl/ProjectModelImpl/VisualStudioInterop/ProjectPropertiesProvider.cs	8
EnvDTE.Client/Impl/ProjectModelImpl/VisualStudioInterop/UnconfiguredProjectImpl.cs	9
EnvDTE.Client/SimpleInpaceExecutingScheduler.cs	20
EnvDTE.Client/Util/EnvDTEElementRegistrar.cs	26
EnvDTE.Client/Util/ImplementationUtil.cs	26
EnvDTE.Client/Util/RdExtensions.cs	41
EnvDTE.Client/Util/ReadOnlyIndexedCanonicalSet.cs	31
EnvDTE.Host/Callback/IEnvDteCallbackProvider.cs	12
EnvDTE.Host/Callback/Impl/AstImpl/CodeElementCallbackProvider.cs	97
EnvDTE.Host/Callback/Impl/AstImpl/CodeElementCallbackProviderBase.cs	112
EnvDTE.Host/Callback/Impl/AstImpl/CodeFunctionCallbackProvider.cs	26
EnvDTE.Host/Callback/Impl/AstImpl/CodeParameterCallbackProvider.cs	26
EnvDTE.Host/Callback/Impl/AstImpl/CodeTypeCallbackProvider.cs	46
EnvDTE.Host/Callback/Impl/AstImpl/FileCodeModelCallbackProvider.cs	35
EnvDTE.Host/Callback/Impl/DteCallbackProvider.cs	24
EnvDTE.Host/Callback/Impl/IDEImpl/ItemOperationsCallbackProvider.cs	54
EnvDTE.Host/Callback/Impl/ProjectModelImpl/ProjectCallbackProvider.cs	77
EnvDTE.Host/Callback/Impl/ProjectModelImpl/ProjectItemCallbackProvider.cs	92
EnvDTE.Host/Callback/Impl/ProjectModelImpl/ProjectItemsCallbackProvider.cs	91
EnvDTE.Host/Callback/Impl/ProjectModelImpl/ProjectPropertyRequest.cs	22
EnvDTE.Host/Callback/Impl/ProjectModelImpl/SolutionCallbackProvider.cs	222
EnvDTE.Host/Callback/Impl/ProjectModelImpl/SolutionSyncListener.cs	132
EnvDTE.Host/Callback/Util/EnvDteCallbackProviderExtensions.cs	129
EnvDTE.Host/Callback/Util/ProjectExtensions.cs	130
EnvDTE.Host/Callback/Util/PsiElementRegistrar.cs	68
EnvDTE.Host/Callback/Util/RdExtensions.cs	44
EnvDTE.Host/Callback/Util/SolutionExtensions.cs	102
EnvDTE.Host/Callback/Util/TreeNodeExtensions.cs	47
EnvDTE.Host/ConnectionManager.cs	81
EnvDTE.Host/Directory.Build.props	28
EnvDTE.Host/Manager/AstContainer.cs	30
EnvDTE.Host/Manager/AstManager.cs	56
EnvDTE.Host/Manager/IdSource.cs	12
EnvDTE.Host/ZoneMarker.cs	5
EnvDTE.Interfaces/AddIn.cs	16
EnvDTE.Interfaces/AddIns.cs	14
EnvDTE.Interfaces/Breakpoint.cs	30
EnvDTE.Interfaces/Breakpoints.cs	25
EnvDTE.Interfaces/BuildDependencies.cs	12
EnvDTE.Interfaces/BuildDependency.cs	13
EnvDTE.Interfaces/BuildEvents.cs	6
EnvDTE.Interfaces/BuildEventsClass.cs	11
EnvDTE.Interfaces/CodeAttribute.cs	26
EnvDTE.Interfaces/CodeClass.cs	83
EnvDTE.Interfaces/CodeDelegate.cs	43
EnvDTE.Interfaces/CodeElement.cs	23
EnvDTE.Interfaces/CodeElements.cs	14
EnvDTE.Interfaces/CodeEnum.cs	38
EnvDTE.Interfaces/CodeFunction.cs	40
EnvDTE.Interfaces/CodeInterface.cs	50
EnvDTE.Interfaces/CodeModel.cs	66
EnvDTE.Interfaces/CodeModelLanguageConstants.cs	11
EnvDTE.Interfaces/CodeNamespace.cs	52
EnvDTE.Interfaces/CodeParameter.cs	28
EnvDTE.Interfaces/CodeProperty.cs	33
EnvDTE.Interfaces/CodeStruct.cs	83
EnvDTE.Interfaces/CodeType.cs	37
EnvDTE.Interfaces/CodeTypeRef.cs	15
EnvDTE.Interfaces/CodeVariable.cs	34
EnvDTE.Interfaces/ColorableItems.cs	10
EnvDTE.Interfaces/Command.cs	16
EnvDTE.Interfaces/CommandBarEvents.cs	6
EnvDTE.Interfaces/CommandBarEventsClass.cs	8
EnvDTE.Interfaces/CommandEvents.cs	6
EnvDTE.Interfaces/CommandEventsClass.cs	9
EnvDTE.Interfaces/CommandWindow.cs	12
EnvDTE.Interfaces/Commands.cs	30
EnvDTE.Interfaces/Configuration.cs	21
EnvDTE.Interfaces/ConfigurationManager.cs	25
EnvDTE.Interfaces/Configurations.cs	14
EnvDTE.Interfaces/Constants.cs	106
EnvDTE.Interfaces/ContextAttribute.cs	11
EnvDTE.Interfaces/ContextAttributes.cs	19
EnvDTE.Interfaces/DTE.cs	6
EnvDTE.Interfaces/DTEEvents.cs	7
EnvDTE.Interfaces/DTEEventsClass.cs	11
EnvDTE.Interfaces/Debugger.cs	34
EnvDTE.Interfaces/DebuggerEvents.cs	6
EnvDTE.Interfaces/DebuggerEventsClass.cs	13
EnvDTE.Interfaces/Document.cs	36
EnvDTE.Interfaces/DocumentEvents.cs	6
EnvDTE.Interfaces/DocumentEventsClass.cs	11
EnvDTE.Interfaces/Documents.cs	16
EnvDTE.Interfaces/DsCaseOptions.cs	9
EnvDTE.Interfaces/DsGoToLineOptions.cs	7
EnvDTE.Interfaces/DsMovementOptions.cs	8
EnvDTE.Interfaces/DsSaveChanges.cs	9
EnvDTE.Interfaces/DsStartOfLineOptions.cs	8
EnvDTE.Interfaces/DsTextSearchOptions.cs	16
EnvDTE.Interfaces/DsWhitespaceOptions.cs	8
EnvDTE.Interfaces/EditPoint.cs	68
EnvDTE.Interfaces/Events.cs	24
EnvDTE.Interfaces/Expression.cs	14
EnvDTE.Interfaces/Expressions.cs	12
EnvDTE.Interfaces/FileCodeModel.cs	48
EnvDTE.Interfaces/Find.cs	32
EnvDTE.Interfaces/FindEvents.cs	6
EnvDTE.Interfaces/FindEventsClass.cs	8
EnvDTE.Interfaces/FontsAndColorsItems.cs	10
EnvDTE.Interfaces/Globals.cs	13
EnvDTE.Interfaces/HTMLWindow.cs	10
EnvDTE.Interfaces/IDTCommandTarget.cs	17
EnvDTE.Interfaces/IDTToolsOptionsPage.cs	11
EnvDTE.Interfaces/IDTWizard.cs	12
EnvDTE.Interfaces/IExtenderProvider.cs	13
EnvDTE.Interfaces/IExtenderProviderUnk.cs	13
EnvDTE.Interfaces/IExtenderSite.cs	8
EnvDTE.Interfaces/IExtensibleObject.cs	7
EnvDTE.Interfaces/IExtensibleObjectSite.cs	7
EnvDTE.Interfaces/IFilterProperties.cs	7
EnvDTE.Interfaces/ISupportVSProperties.cs	7
EnvDTE.Interfaces/IVsExtensibility.cs	32
EnvDTE.Interfaces/IVsGlobals.cs	9
EnvDTE.Interfaces/IVsGlobalsCallback.cs	12
EnvDTE.Interfaces/IVsProfferCommands.cs	41
EnvDTE.Interfaces/IVsTextEditFonts.cs	9
EnvDTE.Interfaces/IVsTextEditGeneral.cs	14
EnvDTE.Interfaces/IVsTextEditPerLanguage.cs	18
EnvDTE.Interfaces/ItemOperations.cs	16
EnvDTE.Interfaces/Language.cs	10
EnvDTE.Interfaces/Languages.cs	12
EnvDTE.Interfaces/LinkedWindows.cs	14
EnvDTE.Interfaces/Macros.cs	12
EnvDTE.Interfaces/ObjectExtenders.cs	23
EnvDTE.Interfaces/OutputGroup.cs	14
EnvDTE.Interfaces/OutputGroups.cs	12
EnvDTE.Interfaces/OutputWindow.cs	10
EnvDTE.Interfaces/OutputWindowEvents.cs	6
EnvDTE.Interfaces/OutputWindowEventsClass.cs	10
EnvDTE.Interfaces/OutputWindowPane.cs	24
EnvDTE.Interfaces/OutputWindowPanes.cs	13
EnvDTE.Interfaces/Process.cs	16
EnvDTE.Interfaces/Processes.cs	12
EnvDTE.Interfaces/Program.cs	13
EnvDTE.Interfaces/Programs.cs	12
EnvDTE.Interfaces/Project.cs	28
EnvDTE.Interfaces/ProjectItem.cs	32
EnvDTE.Interfaces/ProjectItems.cs	19
EnvDTE.Interfaces/ProjectItemsEvents.cs	6
EnvDTE.Interfaces/ProjectItemsEventsClass.cs	10
EnvDTE.Interfaces/Projects.cs	14
EnvDTE.Interfaces/ProjectsEvents.cs	6
EnvDTE.Interfaces/ProjectsEventsClass.cs	10
EnvDTE.Interfaces/Properties.cs	13
EnvDTE.Interfaces/Property.cs	17
EnvDTE.Interfaces/SelectedItem.cs	13
EnvDTE.Interfaces/SelectedItems.cs	14
EnvDTE.Interfaces/SelectionContainer.cs	12
EnvDTE.Interfaces/SelectionEvents.cs	6
EnvDTE.Interfaces/SelectionEventsClass.cs	8
EnvDTE.Interfaces/Solution.cs	6
EnvDTE.Interfaces/SolutionBuild.cs	23
EnvDTE.Interfaces/SolutionConfiguration.cs	12
EnvDTE.Interfaces/SolutionConfigurations.cs	16
EnvDTE.Interfaces/SolutionContext.cs	13
EnvDTE.Interfaces/SolutionContexts.cs	12
EnvDTE.Interfaces/SolutionEvents.cs	6
EnvDTE.Interfaces/SolutionEventsClass.cs	15
EnvDTE.Interfaces/SourceControl.cs	14
EnvDTE.Interfaces/StackFrame.cs	15
EnvDTE.Interfaces/StackFrames.cs	12
EnvDTE.Interfaces/StatusBar.cs	16
EnvDTE.Interfaces/TaskItem.cs	20
EnvDTE.Interfaces/TaskItems.cs	24
EnvDTE.Interfaces/TaskList.cs	11
EnvDTE.Interfaces/TaskListEvents.cs	6
EnvDTE.Interfaces/TaskListEventsClass.cs	11
EnvDTE.Interfaces/TextBuffer.cs	22
EnvDTE.Interfaces/TextDocument.cs	25
EnvDTE.Interfaces/TextEditor.cs	11
EnvDTE.Interfaces/TextEditorEvents.cs	6
EnvDTE.Interfaces/TextEditorEventsClass.cs	8
EnvDTE.Interfaces/TextPane.cs	16
EnvDTE.Interfaces/TextPanes.cs	12
EnvDTE.Interfaces/TextPoint.cs	23
EnvDTE.Interfaces/TextRange.cs	10
EnvDTE.Interfaces/TextRanges.cs	12
EnvDTE.Interfaces/TextSelection.cs	78
EnvDTE.Interfaces/TextWindow.cs	11
EnvDTE.Interfaces/Thread.cs	20
EnvDTE.Interfaces/Threads.cs	12
EnvDTE.Interfaces/ToolBox.cs	10
EnvDTE.Interfaces/ToolBoxItem.cs	11
EnvDTE.Interfaces/ToolBoxItems.cs	15
EnvDTE.Interfaces/ToolBoxTab.cs	13
EnvDTE.Interfaces/ToolBoxTabs.cs	13
EnvDTE.Interfaces/UIHierarchy.cs	14
EnvDTE.Interfaces/UIHierarchyItem.cs	13
EnvDTE.Interfaces/UIHierarchyItems.cs	13
EnvDTE.Interfaces/UndoContext.cs	14
EnvDTE.Interfaces/VSEXECRESULT.cs	9
EnvDTE.Interfaces/VirtualPoint.cs	25
EnvDTE.Interfaces/Window.cs	39
EnvDTE.Interfaces/WindowConfiguration.cs	12
EnvDTE.Interfaces/WindowConfigurations.cs	14
EnvDTE.Interfaces/WindowEvents.cs	6
EnvDTE.Interfaces/WindowEventsClass.cs	11
EnvDTE.Interfaces/Windows.cs	19
EnvDTE.Interfaces/_BuildEvents.cs	6
EnvDTE.Interfaces/_CommandBarControlEvents.cs	6
EnvDTE.Interfaces/_CommandEvents.cs	6
EnvDTE.Interfaces/_DTE.cs	52
EnvDTE.Interfaces/_DTEEvents.cs	6
EnvDTE.Interfaces/_DebuggerEvents.cs	6
EnvDTE.Interfaces/_DebuggerEventsRoot.cs	7
EnvDTE.Interfaces/_DocumentEvents.cs	6
EnvDTE.Interfaces/_DocumentEventsRoot.cs	7
EnvDTE.Interfaces/_EnvironmentDocuments.cs	13
EnvDTE.Interfaces/_EnvironmentFontsAndColors.cs	6
EnvDTE.Interfaces/_EnvironmentGeneral.cs	15
EnvDTE.Interfaces/_EnvironmentHelp.cs	9
EnvDTE.Interfaces/_EnvironmentKeyboard.cs	7
EnvDTE.Interfaces/_EnvironmentProjectsAndSolution.cs	10
EnvDTE.Interfaces/_EnvironmentTaskList.cs	9
EnvDTE.Interfaces/_EnvironmentWebBrowser.cs	12
EnvDTE.Interfaces/_FindEvents.cs	6
EnvDTE.Interfaces/_FontsAndColors.cs	10
EnvDTE.Interfaces/_MiscSlnFilesEventsRoot.cs	8
EnvDTE.Interfaces/_OutputWindowEvents.cs	6
EnvDTE.Interfaces/_OutputWindowEventsRoot.cs	7
EnvDTE.Interfaces/_ProjectItemsEvents.cs	6
EnvDTE.Interfaces/_ProjectsEvents.cs	6
EnvDTE.Interfaces/_SelectionEvents.cs	6
EnvDTE.Interfaces/_Solution.cs	39
EnvDTE.Interfaces/_SolutionEvents.cs	6
EnvDTE.Interfaces/_TaskListEvents.cs	6
EnvDTE.Interfaces/_TaskListEventsRoot.cs	7
EnvDTE.Interfaces/_TextEditorEvents.cs	6
EnvDTE.Interfaces/_TextEditorEventsRoot.cs	7
EnvDTE.Interfaces/_WindowEvents.cs	6
EnvDTE.Interfaces/_WindowEventsRoot.cs	7
EnvDTE.Interfaces/_dispBuildEvents.cs	19
EnvDTE.Interfaces/_dispBuildEvents_Event.cs	10
EnvDTE.Interfaces/_dispBuildEvents_EventProvider.cs	12
EnvDTE.Interfaces/_dispBuildEvents_OnBuildBeginEventHandler.cs	4
EnvDTE.Interfaces/_dispBuildEvents_OnBuildDoneEventHandler.cs	6
EnvDTE.Interfaces/_dispBuildEvents_OnBuildProjConfigBeginEventHandle.cs	8
EnvDTE.Interfaces/_dispBuildEvents_OnBuildProjConfigDoneEventHandler.cs	9
EnvDTE.Interfaces/_dispBuildEvents_SinkHelper.cs	36
EnvDTE.Interfaces/_dispCommandBarControlEvents.cs	7
EnvDTE.Interfaces/_dispCommandBarControlEvents_ClickEventHandler.cs	7
EnvDTE.Interfaces/_dispCommandBarControlEvents_Event.cs	7
EnvDTE.Interfaces/_dispCommandBarControlEvents_EventProvider.cs	17
EnvDTE.Interfaces/_dispCommandBarControlEvents_SinkHelper.cs	16
EnvDTE.Interfaces/_dispCommandEvents.cs	13
EnvDTE.Interfaces/_dispCommandEvents_AfterExecuteEventHandler.cs	8
EnvDTE.Interfaces/_dispCommandEvents_BeforeExecuteEventHandler.cs	9
EnvDTE.Interfaces/_dispCommandEvents_Event.cs	8
EnvDTE.Interfaces/_dispCommandEvents_EventProvider.cs	18
EnvDTE.Interfaces/_dispCommandEvents_SinkHelper.cs	21
EnvDTE.Interfaces/_dispDTEEvents.cs	10
EnvDTE.Interfaces/_dispDTEEvents_Event.cs	10
EnvDTE.Interfaces/_dispDTEEvents_EventProvider.cs	23
EnvDTE.Interfaces/_dispDTEEvents_ModeChangedEventHandler.cs	4
EnvDTE.Interfaces/_dispDTEEvents_OnBeginShutdownEventHandler.cs	4
EnvDTE.Interfaces/_dispDTEEvents_OnMacrosRuntimeResetEventHandler.cs	4
EnvDTE.Interfaces/_dispDTEEvents_OnStartupCompleteEventHandler.cs	4
EnvDTE.Interfaces/_dispDTEEvents_SinkHelper.cs	31
EnvDTE.Interfaces/_dispDebuggerEvents.cs	26
EnvDTE.Interfaces/_dispDebuggerEvents_Event.cs	12
EnvDTE.Interfaces/_dispDebuggerEvents_EventProvider.cs	22
EnvDTE.Interfaces/_dispDebuggerEvents_OnContextChangedEventHandler.cs	8
EnvDTE.Interfaces/_dispDebuggerEvents_OnEnterBreakModeEventHandler.cs	6
EnvDTE.Interfaces/_dispDebuggerEvents_OnEnterDesignModeEventHandler.cs	4
EnvDTE.Interfaces/_dispDebuggerEvents_OnEnterRunModeEventHandler.cs	4
EnvDTE.Interfaces/_dispDebuggerEvents_OnExceptionNotHandledEventHand.cs	9
EnvDTE.Interfaces/_dispDebuggerEvents_OnExceptionThrownEventHandler.cs	9
EnvDTE.Interfaces/_dispDebuggerEvents_SinkHelper.cs	51
EnvDTE.Interfaces/_dispDocumentEvents.cs	10
EnvDTE.Interfaces/_dispDocumentEvents_DocumentClosingEventHandler.cs	4
EnvDTE.Interfaces/_dispDocumentEvents_DocumentOpenedEventHandler.cs	4
EnvDTE.Interfaces/_dispDocumentEvents_DocumentOpeningEventHandler.cs	6
EnvDTE.Interfaces/_dispDocumentEvents_DocumentSavedEventHandler.cs	4
EnvDTE.Interfaces/_dispDocumentEvents_Event.cs	10
EnvDTE.Interfaces/_dispDocumentEvents_EventProvider.cs	20
EnvDTE.Interfaces/_dispDocumentEvents_SinkHelper.cs	31
EnvDTE.Interfaces/_dispFindEvents.cs	7
EnvDTE.Interfaces/_dispFindEvents_Event.cs	7
EnvDTE.Interfaces/_dispFindEvents_EventProvider.cs	20
EnvDTE.Interfaces/_dispFindEvents_FindDoneEventHandler.cs	4
EnvDTE.Interfaces/_dispFindEvents_SinkHelper.cs	16
EnvDTE.Interfaces/_dispOutputWindowEvents.cs	9
EnvDTE.Interfaces/_dispOutputWindowEvents_Event.cs	9
EnvDTE.Interfaces/_dispOutputWindowEvents_EventProvider.cs	19
EnvDTE.Interfaces/_dispOutputWindowEvents_PaneAddedEventHandler.cs	4
EnvDTE.Interfaces/_dispOutputWindowEvents_PaneClearingEventHandler.cs	4
EnvDTE.Interfaces/_dispOutputWindowEvents_PaneUpdatedEventHandler.cs	4
EnvDTE.Interfaces/_dispOutputWindowEvents_SinkHelper.cs	26
EnvDTE.Interfaces/_dispProjectItemsEvents.cs	9
EnvDTE.Interfaces/_dispProjectItemsEvents_Event.cs	9
EnvDTE.Interfaces/_dispProjectItemsEvents_EventProvider.cs	19
EnvDTE.Interfaces/_dispProjectItemsEvents_ItemAddedEventHandler.cs	4
EnvDTE.Interfaces/_dispProjectItemsEvents_ItemRemovedEventHandler.cs	4
EnvDTE.Interfaces/_dispProjectItemsEvents_ItemRenamedEventHandler.cs	6
EnvDTE.Interfaces/_dispProjectItemsEvents_SinkHelper.cs	26
EnvDTE.Interfaces/_dispProjectsEvents.cs	9
EnvDTE.Interfaces/_dispProjectsEvents_Event.cs	9
EnvDTE.Interfaces/_dispProjectsEvents_EventProvider.cs	19
EnvDTE.Interfaces/_dispProjectsEvents_ItemAddedEventHandler.cs	4
EnvDTE.Interfaces/_dispProjectsEvents_ItemRemovedEventHandler.cs	4
EnvDTE.Interfaces/_dispProjectsEvents_ItemRenamedEventHandler.cs	4
EnvDTE.Interfaces/_dispProjectsEvents_SinkHelper.cs	26
EnvDTE.Interfaces/_dispSelectionEvents.cs	7
EnvDTE.Interfaces/_dispSelectionEvents_Event.cs	7
EnvDTE.Interfaces/_dispSelectionEvents_EventProvider.cs	17
EnvDTE.Interfaces/_dispSelectionEvents_OnChangeEventHandler.cs	4
EnvDTE.Interfaces/_dispSelectionEvents_SinkHelper.cs	16
EnvDTE.Interfaces/_dispSolutionEvents.cs	14
EnvDTE.Interfaces/_dispSolutionEvents_AfterClosingEventHandler.cs	4
EnvDTE.Interfaces/_dispSolutionEvents_BeforeClosingEventHandler.cs	4
EnvDTE.Interfaces/_dispSolutionEvents_Event.cs	14
EnvDTE.Interfaces/_dispSolutionEvents_EventProvider.cs	24
EnvDTE.Interfaces/_dispSolutionEvents_OpenedEventHandler.cs	4
EnvDTE.Interfaces/_dispSolutionEvents_ProjectAddedEventHandler.cs	4
EnvDTE.Interfaces/_dispSolutionEvents_ProjectRemovedEventHandler.cs	4
EnvDTE.Interfaces/_dispSolutionEvents_ProjectRenamedEventHandler.cs	6
EnvDTE.Interfaces/_dispSolutionEvents_QueryCloseSolutionEventHandler.cs	4
EnvDTE.Interfaces/_dispSolutionEvents_RenamedEventHandler.cs	4
EnvDTE.Interfaces/_dispSolutionEvents_SinkHelper.cs	51
EnvDTE.Interfaces/_dispTaskListEvents.cs	10
EnvDTE.Interfaces/_dispTaskListEvents_Event.cs	10
EnvDTE.Interfaces/_dispTaskListEvents_EventProvider.cs	20
EnvDTE.Interfaces/_dispTaskListEvents_SinkHelper.cs	31
EnvDTE.Interfaces/_dispTaskListEvents_TaskAddedEventHandler.cs	4
EnvDTE.Interfaces/_dispTaskListEvents_TaskModifiedEventHandler.cs	6
EnvDTE.Interfaces/_dispTaskListEvents_TaskNavigatedEventHandler.cs	6
EnvDTE.Interfaces/_dispTaskListEvents_TaskRemovedEventHandler.cs	4
EnvDTE.Interfaces/_dispTextEditorEvents.cs	7
EnvDTE.Interfaces/_dispTextEditorEvents_Event.cs	7
EnvDTE.Interfaces/_dispTextEditorEvents_EventProvider.cs	17
EnvDTE.Interfaces/_dispTextEditorEvents_LineChangedEventHandler.cs	7
EnvDTE.Interfaces/_dispTextEditorEvents_SinkHelper.cs	16
EnvDTE.Interfaces/_dispWindowEvents.cs	10
EnvDTE.Interfaces/_dispWindowEvents_Event.cs	10
EnvDTE.Interfaces/_dispWindowEvents_EventProvider.cs	20
EnvDTE.Interfaces/_dispWindowEvents_SinkHelper.cs	31
EnvDTE.Interfaces/_dispWindowEvents_WindowActivatedEventHandler.cs	6
EnvDTE.Interfaces/_dispWindowEvents_WindowClosingEventHandler.cs	4
EnvDTE.Interfaces/_dispWindowEvents_WindowCreatedEventHandler.cs	4
EnvDTE.Interfaces/_dispWindowEvents_WindowMovedEventHandler.cs	9
EnvDTE.Interfaces/_vsIndentStyle.cs	9
EnvDTE.Interfaces/dbgBreakpointConditionType.cs	8
EnvDTE.Interfaces/dbgBreakpointLocationType.cs	11
EnvDTE.Interfaces/dbgBreakpointType.cs	8
EnvDTE.Interfaces/dbgDebugMode.cs	9
EnvDTE.Interfaces/dbgEventReason.cs	19
EnvDTE.Interfaces/dbgExceptionAction.cs	10
EnvDTE.Interfaces/dbgExecutionAction.cs	13
EnvDTE.Interfaces/dbgHitCountType.cs	10
EnvDTE.Interfaces/dsSaveStatus.cs	8
EnvDTE.Interfaces/vsBrowserViewSource.cs	9
EnvDTE.Interfaces/vsBuildAction.cs	10
EnvDTE.Interfaces/vsBuildKind.cs	9
EnvDTE.Interfaces/vsBuildScope.cs	9
EnvDTE.Interfaces/vsBuildState.cs	9
EnvDTE.Interfaces/vsCMAccess.cs	14
EnvDTE.Interfaces/vsCMElement.cs	46
EnvDTE.Interfaces/vsCMFunction.cs	24
EnvDTE.Interfaces/vsCMInfoLocation.cs	10
EnvDTE.Interfaces/vsCMPart.cs	16
EnvDTE.Interfaces/vsCMPrototype.cs	15
EnvDTE.Interfaces/vsCMTypeRef.cs	23
EnvDTE.Interfaces/vsCaseOptions.cs	9
EnvDTE.Interfaces/vsCommandBarType.cs	9
EnvDTE.Interfaces/vsCommandDisabledFlags.cs	9
EnvDTE.Interfaces/vsCommandExecOption.cs	10
EnvDTE.Interfaces/vsCommandStatus.cs	12
EnvDTE.Interfaces/vsCommandStatusTextWanted.cs	9
EnvDTE.Interfaces/vsConfigurationType.cs	8
EnvDTE.Interfaces/vsContextAttributeType.cs	9
EnvDTE.Interfaces/vsContextAttributes.cs	9
EnvDTE.Interfaces/vsDisplay.cs	8
EnvDTE.Interfaces/vsEPReplaceTextOptions.cs	10
EnvDTE.Interfaces/vsFilterProperties.cs	9
EnvDTE.Interfaces/vsFindAction.cs	11
EnvDTE.Interfaces/vsFindOptions.cs	16
EnvDTE.Interfaces/vsFindPatternSyntax.cs	9
EnvDTE.Interfaces/vsFindResult.cs	13
EnvDTE.Interfaces/vsFindResultsLocation.cs	9
EnvDTE.Interfaces/vsFindTarget.cs	13
EnvDTE.Interfaces/vsFontCharSet.cs	25
EnvDTE.Interfaces/vsGoToLineOptions.cs	8
EnvDTE.Interfaces/vsHTMLTabs.cs	8
EnvDTE.Interfaces/vsIDEMode.cs	8
EnvDTE.Interfaces/vsIndentStyle.cs	9
EnvDTE.Interfaces/vsInitializeMode.cs	8
EnvDTE.Interfaces/vsInsertFlags.cs	11
EnvDTE.Interfaces/vsLinkedWindowType.cs	10
EnvDTE.Interfaces/vsMoveToColumnLine.cs	8
EnvDTE.Interfaces/vsMovementOptions.cs	8
EnvDTE.Interfaces/vsNavigateBrowser.cs	9
EnvDTE.Interfaces/vsNavigateOptions.cs	8
EnvDTE.Interfaces/vsPaneShowHow.cs	9
EnvDTE.Interfaces/vsPromptResult.cs	9
EnvDTE.Interfaces/vsSaveChanges.cs	9
EnvDTE.Interfaces/vsSaveStatus.cs	8
EnvDTE.Interfaces/vsSelectionMode.cs	8
EnvDTE.Interfaces/vsSmartFormatOptions.cs	9
EnvDTE.Interfaces/vsStartOfLineOptions.cs	8
EnvDTE.Interfaces/vsStartUp.cs	11
EnvDTE.Interfaces/vsStatusAnimation.cs	13
EnvDTE.Interfaces/vsTaskCategories.cs	12
EnvDTE.Interfaces/vsTaskIcon.cs	12
EnvDTE.Interfaces/vsTaskListColumn.cs	12
EnvDTE.Interfaces/vsTaskPriority.cs	9
EnvDTE.Interfaces/vsTextChanged.cs	12
EnvDTE.Interfaces/vsToolBoxItemFormat.cs	10
EnvDTE.Interfaces/vsUISelectionType.cs	10
EnvDTE.Interfaces/vsWhitespaceOptions.cs	8
EnvDTE.Interfaces/vsWindowState.cs	9
EnvDTE.Interfaces/vsWindowType.cs	30
EnvDTE.Interfaces/vs_exec_Result.cs	9
EnvDTE.Interfaces/vsext_Build.cs	9
EnvDTE.Interfaces/vsext_DisplayMode.cs	8
EnvDTE.Interfaces/vsext_FontCharSet.cs	25
EnvDTE.Interfaces/vsext_LinkedWindowType.cs	8
EnvDTE.Interfaces/vsext_StartUp.cs	9
EnvDTE.Interfaces/vsext_WindowState.cs	9
EnvDTE.Interfaces/vsext_WindowType.cs	30
EnvDTE.Interfaces/wizardResult.cs	10
EnvDTE.Processor/Program.cs	27
EnvDTE100.Interfaces/AssemblyInfo.cs	1
EnvDTE100.Interfaces/Debugger5.cs	71
EnvDTE100.Interfaces/Expression2.cs	17
EnvDTE100.Interfaces/Solution4.cs	52
EnvDTE100.Interfaces/vsAddFromTemplateOptions.cs	11
EnvDTE100.Interfaces/vsDocumentDockPreferenceOptions.cs	8
EnvDTE100.Interfaces/vsRichClientExperienceOptions.cs	10
EnvDTE80.Interfaces/AssemblyInfo.cs	1
EnvDTE80.Interfaces/Breakpoint2.cs	36
EnvDTE80.Interfaces/CodeAttribute2.cs	33
EnvDTE80.Interfaces/CodeAttributeArgument.cs	26
EnvDTE80.Interfaces/CodeClass2.cs	97
EnvDTE80.Interfaces/CodeDelegate2.cs	45
EnvDTE80.Interfaces/CodeElement2.cs	26
EnvDTE80.Interfaces/CodeEvent.cs	38
EnvDTE80.Interfaces/CodeFunction2.cs	43
EnvDTE80.Interfaces/CodeImport.cs	27
EnvDTE80.Interfaces/CodeInterface2.cs	60
EnvDTE80.Interfaces/CodeModel2.cs	71
EnvDTE80.Interfaces/CodeModelEvents.cs	6
EnvDTE80.Interfaces/CodeModelEventsClass.cs	10
EnvDTE80.Interfaces/CodeModelLanguageConstants2.cs	7
EnvDTE80.Interfaces/CodeParameter2.cs	31
EnvDTE80.Interfaces/CodeProperty2.cs	43
EnvDTE80.Interfaces/CodeStruct2.cs	93
EnvDTE80.Interfaces/CodeTypeRef2.cs	17
EnvDTE80.Interfaces/CodeVariable2.cs	37
EnvDTE80.Interfaces/Commands2.cs	43
EnvDTE80.Interfaces/ContextGuids.cs	73
EnvDTE80.Interfaces/DTE2.cs	55
EnvDTE80.Interfaces/Debugger2.cs	46
EnvDTE80.Interfaces/DebuggerExpressionEvaluationEvents.cs	7
EnvDTE80.Interfaces/DebuggerExpressionEvaluationEventsClass.cs	10
EnvDTE80.Interfaces/DebuggerProcessEvents.cs	6
EnvDTE80.Interfaces/DebuggerProcessEventsClass.cs	9
EnvDTE80.Interfaces/EditPoint2.cs	70
EnvDTE80.Interfaces/Engine.cs	13
EnvDTE80.Interfaces/Engines.cs	13
EnvDTE80.Interfaces/ErrorItem.cs	16
EnvDTE80.Interfaces/ErrorItems.cs	11
EnvDTE80.Interfaces/ErrorList.cs	14
EnvDTE80.Interfaces/Events2.cs	32
EnvDTE80.Interfaces/FileCodeModel2.cs	57
EnvDTE80.Interfaces/Find2.cs	34
EnvDTE80.Interfaces/IInternalExtenderProvider.cs	15
EnvDTE80.Interfaces/IVsExtensibility2.cs	52
EnvDTE80.Interfaces/IVsProfferCommands2.cs	57
EnvDTE80.Interfaces/IncrementalSearch.cs	18
EnvDTE80.Interfaces/LifetimeInformation.cs	7
EnvDTE80.Interfaces/Process2.cs	24
EnvDTE80.Interfaces/ProjectKinds.cs	7
EnvDTE80.Interfaces/PublishEvents.cs	6
EnvDTE80.Interfaces/PublishEventsClass.cs	9
EnvDTE80.Interfaces/Solution2.cs	43
EnvDTE80.Interfaces/SolutionBuild2.cs	35
EnvDTE80.Interfaces/SolutionConfiguration2.cs	14
EnvDTE80.Interfaces/SolutionFolder.cs	13
EnvDTE80.Interfaces/SourceControl2.cs	20
EnvDTE80.Interfaces/SourceControlBindings.cs	14
EnvDTE80.Interfaces/TaskItems2.cs	37
EnvDTE80.Interfaces/TextDocumentKeyPressEvents.cs	6
EnvDTE80.Interfaces/TextDocumentKeyPressEventsClass.cs	10
EnvDTE80.Interfaces/TextPane2.cs	22
EnvDTE80.Interfaces/ToolBoxItem2.cs	13
EnvDTE80.Interfaces/ToolBoxTab2.cs	15
EnvDTE80.Interfaces/ToolWindows.cs	15
EnvDTE80.Interfaces/Transport.cs	13
EnvDTE80.Interfaces/Transports.cs	13
EnvDTE80.Interfaces/Window2.cs	41
EnvDTE80.Interfaces/WindowKinds.cs	19
EnvDTE80.Interfaces/WindowVisibilityEvents.cs	6
EnvDTE80.Interfaces/WindowVisibilityEventsClass.cs	10
EnvDTE80.Interfaces/WindowVisibilityEventsRoot.cs	8
EnvDTE80.Interfaces/Windows2.cs	30
EnvDTE80.Interfaces/_CodeModelEvents.cs	6
EnvDTE80.Interfaces/_CodeModelEventsRoot.cs	8
EnvDTE80.Interfaces/_DebuggerExpressionEvaluationEvents.cs	6
EnvDTE80.Interfaces/_DebuggerExpressionEvaluationEventsRoot.cs	7
EnvDTE80.Interfaces/_DebuggerProcessEvents.cs	6
EnvDTE80.Interfaces/_DebuggerProcessEventsRoot.cs	7
EnvDTE80.Interfaces/_PublishEvents.cs	6
EnvDTE80.Interfaces/_TextDocumentKeyPressEvents.cs	6
EnvDTE80.Interfaces/_TextDocumentKeyPressEventsRoot.cs	8
EnvDTE80.Interfaces/_WindowVisibilityEvents.cs	6
EnvDTE80.Interfaces/_dispCodeModelEvents.cs	10
EnvDTE80.Interfaces/_dispCodeModelEvents_ElementAddedEventHandler.cs	5
EnvDTE80.Interfaces/_dispCodeModelEvents_ElementChangedEventHandler.cs	7
EnvDTE80.Interfaces/_dispCodeModelEvents_ElementDeletedEventHandler.cs	7
EnvDTE80.Interfaces/_dispCodeModelEvents_Event.cs	9
EnvDTE80.Interfaces/_dispCodeModelEvents_EventProvider.cs	19
EnvDTE80.Interfaces/_dispCodeModelEvents_SinkHelper.cs	36
EnvDTE80.Interfaces/_dispDebuggerExpressionEvaluationEvents.cs	11
EnvDTE80.Interfaces/_dispDebuggerExpressionEvaluationEvents_Event.cs	7
EnvDTE80.Interfaces/_dispDebuggerExpressionEvaluationEvents_EventProvi.cs	19
EnvDTE80.Interfaces/_dispDebuggerExpressionEvaluationEvents_OnExpressi.cs	8
EnvDTE80.Interfaces/_dispDebuggerExpressionEvaluationEvents_SinkHelper.cs	24
EnvDTE80.Interfaces/_dispDebuggerProcessEvents.cs	8
EnvDTE80.Interfaces/_dispDebuggerProcessEvents_Event.cs	7
EnvDTE80.Interfaces/_dispDebuggerProcessEvents_EventProvider.cs	17
EnvDTE80.Interfaces/_dispDebuggerProcessEvents_OnProcessStateChangedEv.cs	7
EnvDTE80.Interfaces/_dispDebuggerProcessEvents_SinkHelper.cs	20
EnvDTE80.Interfaces/_dispPublishEvents.cs	8
EnvDTE80.Interfaces/_dispPublishEvents_Event.cs	8
EnvDTE80.Interfaces/_dispPublishEvents_EventProvider.cs	18
EnvDTE80.Interfaces/_dispPublishEvents_OnPublishBeginEventHandler.cs	4
EnvDTE80.Interfaces/_dispPublishEvents_OnPublishDoneEventHandler.cs	4
EnvDTE80.Interfaces/_dispPublishEvents_SinkHelper.cs	27
EnvDTE80.Interfaces/_dispTextDocumentKeyPressEvents.cs	13
EnvDTE80.Interfaces/_dispTextDocumentKeyPressEvents_AfterKeyPressEvent.cs	8
EnvDTE80.Interfaces/_dispTextDocumentKeyPressEvents_BeforeKeyPressEven.cs	9
EnvDTE80.Interfaces/_dispTextDocumentKeyPressEvents_Event.cs	8
EnvDTE80.Interfaces/_dispTextDocumentKeyPressEvents_EventProvider.cs	19
EnvDTE80.Interfaces/_dispTextDocumentKeyPressEvents_SinkHelper.cs	28
EnvDTE80.Interfaces/_dispWindowVisibilityEvents.cs	9
EnvDTE80.Interfaces/_dispWindowVisibilityEvents_Event.cs	8
EnvDTE80.Interfaces/_dispWindowVisibilityEvents_EventProvider.cs	18
EnvDTE80.Interfaces/_dispWindowVisibilityEvents_SinkHelper.cs	28
EnvDTE80.Interfaces/_dispWindowVisibilityEvents_WindowHidingEventHandl.cs	5
EnvDTE80.Interfaces/_dispWindowVisibilityEvents_WindowShowingEventHand.cs	5
EnvDTE80.Interfaces/dbgEventReason2.cs	21
EnvDTE80.Interfaces/dbgExpressionEvaluationState.cs	8
EnvDTE80.Interfaces/dbgMinidumpOption.cs	8
EnvDTE80.Interfaces/dbgProcessState.cs	8
EnvDTE80.Interfaces/vsBuildErrorLevel.cs	9
EnvDTE80.Interfaces/vsCMChangeKind.cs	12
EnvDTE80.Interfaces/vsCMClassKind.cs	10
EnvDTE80.Interfaces/vsCMConstKind.cs	9
EnvDTE80.Interfaces/vsCMDataTypeKind.cs	10
EnvDTE80.Interfaces/vsCMElement2.cs	8
EnvDTE80.Interfaces/vsCMFunction2.cs	9
EnvDTE80.Interfaces/vsCMInheritanceKind.cs	10
EnvDTE80.Interfaces/vsCMOverrideKind.cs	12
EnvDTE80.Interfaces/vsCMParameterKind.cs	12
EnvDTE80.Interfaces/vsCMParseStatus.cs	8
EnvDTE80.Interfaces/vsCMPropertyKind.cs	9
EnvDTE80.Interfaces/vsCMTypeRef2.cs	13
EnvDTE80.Interfaces/vsCommandControlType.cs	10
EnvDTE80.Interfaces/vsCommandStyle.cs	11
EnvDTE80.Interfaces/vsFindOptions2.cs	7
EnvDTE80.Interfaces/vsIncrementalSearchResult.cs	10
EnvDTE80.Interfaces/vsPublishState.cs	9
EnvDTE80.Interfaces/vsSourceControlCheckOutOptions.cs	8
EnvDTE80.Interfaces/vsThemeColors.cs	164
EnvDTE90.Interfaces/AssemblyInfo.cs	1
EnvDTE90.Interfaces/Debugger3.cs	59
EnvDTE90.Interfaces/ExceptionGroups.cs	14
EnvDTE90.Interfaces/ExceptionSetting.cs	15
EnvDTE90.Interfaces/ExceptionSettings.cs	21
EnvDTE90.Interfaces/HTMLWindow3.cs	9
EnvDTE90.Interfaces/Module.cs	23
EnvDTE90.Interfaces/Modules.cs	13
EnvDTE90.Interfaces/Process3.cs	26
EnvDTE90.Interfaces/Solution3.cs	45
EnvDTE90.Interfaces/Template.cs	13
EnvDTE90.Interfaces/Templates.cs	10
EnvDTE90.Interfaces/Thread2.cs	24
EnvDTE90.Interfaces/ToolBoxTab3.cs	17
EnvDTE90.Interfaces/enum_THREADCATEGORY.cs	11
EnvDTE90.Interfaces/vsHTMLBackgroundTasks.cs	8
EnvDTE90.Interfaces/vsHTMLPanes.cs	9
EnvDTE90.Interfaces/vsHTMLViews.cs	8
EnvDTE90a.Interfaces/AssemblyInfo.cs	1
EnvDTE90a.Interfaces/Breakpoint3.cs	38
EnvDTE90a.Interfaces/Debugger4.cs	67
EnvDTE90a.Interfaces/Process4.cs	31
EnvDTE90a.Interfaces/StackFrame2.cs	22
Protocol/build.gradle.kts	115
Protocol/gradle/libs.versions.toml	16
Protocol/settings.gradle.kts	22
Protocol/src/main/kotlin/model/RdEnvDTEModel.kt	194
Shell.Interop/Help/SVsHelp.cs	6
Shell.Interop/OLE.Interop/SBindHost.cs	6
Shell.Interop/OLE.Interop/SContainerDispatch.cs	6
Shell.Interop/OLE.Interop/SOleUndoManager.cs	6
Shell.Interop/SVsProjectItem.cs	6
Shell.Interop/Shell/IOleMenuCommand.cs	11
Shell.Interop/Shell/Interop/BLDGETFLAGS.cs	11
Shell.Interop/Shell/Interop/BLDPROMPTOPT.cs	9
Shell.Interop/Shell/Interop/BrowseLibraryGuids80.cs	15
Shell.Interop/Shell/Interop/BuildOutputGroup.cs	12
Shell.Interop/Shell/Interop/BuildableProjectCfgOpts.cs	10
Shell.Interop/Shell/Interop/CTLBLDTYPE.cs	9
Shell.Interop/Shell/Interop/ComponentSelectorGuids80.cs	11
Shell.Interop/Shell/Interop/DTECatID.cs	12
Shell.Interop/Shell/Interop/FontsAndColorsCategory.cs	17
Shell.Interop/Shell/Interop/HOSTPROPID.cs	10
Shell.Interop/Shell/Interop/IBuilderWizardManager.cs	27
Shell.Interop/Shell/Interop/IDirAutoCompleteList.cs	6
Shell.Interop/Shell/Interop/IDirList.cs	17
Shell.Interop/Shell/Interop/IDirListEvents.cs	7
Shell.Interop/Shell/Interop/IDirListSite.cs	7
Shell.Interop/Shell/Interop/IDiscoveryClientResult.cs	9
Shell.Interop/Shell/Interop/IDiscoveryClientResultCollection.cs	10
Shell.Interop/Shell/Interop/IDiscoveryResult2.cs	10
Shell.Interop/Shell/Interop/IEnumWebServices.cs	10
Shell.Interop/Shell/Interop/IErrorInfo.cs	12
Shell.Interop/Shell/Interop/INTELLIPROJSTATUS.cs	10
Shell.Interop/Shell/Interop/IPerPropertyBrowsing2.cs	14
Shell.Interop/Shell/Interop/IPersistXMLFragment.cs	11
Shell.Interop/Shell/Interop/IPreferPropertyPagesWithTreeControl.cs	6
Shell.Interop/Shell/Interop/IPropertyPageUndoString.cs	7
Shell.Interop/Shell/Interop/IProvideRuntimeHTML.cs	7
Shell.Interop/Shell/Interop/IVSMDTypeResolutionService.cs	7
Shell.Interop/Shell/Interop/IVsActivityLog.cs	31
Shell.Interop/Shell/Interop/IVsAddNewWebProjectItemDlg.cs	16
Shell.Interop/Shell/Interop/IVsAggregatableProject.cs	19
Shell.Interop/Shell/Interop/IVsAggregatableProjectFactory.cs	8
Shell.Interop/Shell/Interop/IVsAssemblyNameUnification.cs	11
Shell.Interop/Shell/Interop/IVsAsynchOpenFromScc.cs	9
Shell.Interop/Shell/Interop/IVsAsynchOpenFromSccProjectEvents.cs	9
Shell.Interop/Shell/Interop/IVsCoTaskMemFreeMyStrings.cs	6
Shell.Interop/Shell/Interop/IVsCommandWindowsCollection.cs	23
Shell.Interop/Shell/Interop/IVsComponentSelectorDlg2.cs	21
Shell.Interop/Shell/Interop/IVsConfigurationManagerDlg.cs	7
Shell.Interop/Shell/Interop/IVsContextualIntellisenseFilter.cs	10
Shell.Interop/Shell/Interop/IVsContextualIntellisenseFilterProvider.cs	7
Shell.Interop/Shell/Interop/IVsCreateAggregateProject.cs	15
Shell.Interop/Shell/Interop/IVsDataEnvironment.cs	9
Shell.Interop/Shell/Interop/IVsDebuggableProjectCfg2.cs	6
Shell.Interop/Shell/Interop/IVsDetermineWizardTrust.cs	13
Shell.Interop/Shell/Interop/IVsEnhancedDataTip.cs	12
Shell.Interop/Shell/Interop/IVsEnumCryptoProviderContainers.cs	8
Shell.Interop/Shell/Interop/IVsEnumCryptoProviders.cs	8
Shell.Interop/Shell/Interop/IVsEnumLibraries2.cs	10
Shell.Interop/Shell/Interop/IVsEnumNavInfoNodes.cs	10
Shell.Interop/Shell/Interop/IVsEnumSelectedSymbols.cs	10
Shell.Interop/Shell/Interop/IVsErrorItem.cs	8
Shell.Interop/Shell/Interop/IVsErrorList.cs	8
Shell.Interop/Shell/Interop/IVsGradient.cs	9
Shell.Interop/Shell/Interop/IVsHierarchyDeleteHandler2.cs	17
Shell.Interop/Shell/Interop/IVsHierarchyRefactorNotify.cs	56
Shell.Interop/Shell/Interop/IVsImageButton.cs	7
Shell.Interop/Shell/Interop/IVsIntellisenseEngine.cs	9
Shell.Interop/Shell/Interop/IVsIntellisenseProject.cs	30
Shell.Interop/Shell/Interop/IVsIntellisenseProjectEventSink.cs	10
Shell.Interop/Shell/Interop/IVsIntellisenseProjectHost.cs	10
Shell.Interop/Shell/Interop/IVsIntellisenseProjectManager.cs	14
Shell.Interop/Shell/Interop/IVsLaunchPad2.cs	19
Shell.Interop/Shell/Interop/IVsLibrary2.cs	34
Shell.Interop/Shell/Interop/IVsLibrary2Ex.cs	10
Shell.Interop/Shell/Interop/IVsMenuEditorTransactionEvents.cs	8
Shell.Interop/Shell/Interop/IVsMonitorSelection2.cs	9
Shell.Interop/Shell/Interop/IVsNavInfo.cs	11
Shell.Interop/Shell/Interop/IVsNavInfoNode.cs	8
Shell.Interop/Shell/Interop/IVsNavigationTool.cs	10
Shell.Interop/Shell/Interop/IVsObjectBrowserDescription3.cs	8
Shell.Interop/Shell/Interop/IVsObjectList2.cs	72
Shell.Interop/Shell/Interop/IVsObjectManager2.cs	25
Shell.Interop/Shell/Interop/IVsOpenProjectOrSolutionDlg.cs	12
Shell.Interop/Shell/Interop/IVsOutputGroup2.cs	6
Shell.Interop/Shell/Interop/IVsOutputWindow2.cs	8
Shell.Interop/Shell/Interop/IVsPackageDynamicToolOwnerEx.cs	8
Shell.Interop/Shell/Interop/IVsParentProject2.cs	18
Shell.Interop/Shell/Interop/IVsPersistDocData3.cs	8
Shell.Interop/Shell/Interop/IVsPreviewChangesEngine.cs	14
Shell.Interop/Shell/Interop/IVsPreviewChangesList.cs	19
Shell.Interop/Shell/Interop/IVsPreviewChangesService.cs	7
Shell.Interop/Shell/Interop/IVsPrioritizedSolutionEvents.cs	21
Shell.Interop/Shell/Interop/IVsProfferCommands3.cs	60
Shell.Interop/Shell/Interop/IVsProfileDataManager.cs	30
Shell.Interop/Shell/Interop/IVsProfileSettingsFileCollection.cs	9
Shell.Interop/Shell/Interop/IVsProfileSettingsTree.cs	31
Shell.Interop/Shell/Interop/IVsProjectBuildSystem.cs	12
Shell.Interop/Shell/Interop/IVsProjectDataConnection.cs	7
Shell.Interop/Shell/Interop/IVsProjectDebugTargetProvider.cs	7
Shell.Interop/Shell/Interop/IVsProjectFactory2.cs	7
Shell.Interop/Shell/Interop/IVsProjectFlavorCfg.cs	9
Shell.Interop/Shell/Interop/IVsProjectFlavorCfgOutputGroups.cs	7
Shell.Interop/Shell/Interop/IVsProjectFlavorCfgProvider.cs	7
Shell.Interop/Shell/Interop/IVsProjectUpgradeViaFactory2.cs	7
Shell.Interop/Shell/Interop/IVsPropertyPage2.cs	8
Shell.Interop/Shell/Interop/IVsProvideUserContext2.cs	7
Shell.Interop/Shell/Interop/IVsPublishableProjectCfg.cs	16
Shell.Interop/Shell/Interop/IVsPublishableProjectStatusCallback.cs	9
Shell.Interop/Shell/Interop/IVsQueryDebuggableProjectCfg.cs	11
Shell.Interop/Shell/Interop/IVsRefactorNotify.cs	63
Shell.Interop/Shell/Interop/IVsRegisterNewDialogFilters.cs	10
Shell.Interop/Shell/Interop/IVsRegisterProjectDebugTargetProvider.cs	10
Shell.Interop/Shell/Interop/IVsRunningDocumentTable2.cs	28
Shell.Interop/Shell/Interop/IVsSQLCLRReferences.cs	22
Shell.Interop/Shell/Interop/IVsSQLCLRReferencesUpdateCallback.cs	12
Shell.Interop/Shell/Interop/IVsSccAddWebProjectFromSourceControl.cs	19
Shell.Interop/Shell/Interop/IVsSccControlNewSolution.cs	8
Shell.Interop/Shell/Interop/IVsSccEnlistmentPathTranslation.cs	11
Shell.Interop/Shell/Interop/IVsSccGlyphs.cs	7
Shell.Interop/Shell/Interop/IVsSccManagerTooltip.cs	7
Shell.Interop/Shell/Interop/IVsSccOpenFromSourceControl.cs	25
Shell.Interop/Shell/Interop/IVsSccProjectEnlistmentChoice.cs	7
Shell.Interop/Shell/Interop/IVsSccProjectEnlistmentFactory.cs	30
Shell.Interop/Shell/Interop/IVsSccToolsOptions.cs	8
Shell.Interop/Shell/Interop/IVsSccVirtualFolders.cs	8
Shell.Interop/Shell/Interop/IVsSelectedSymbol.cs	8
Shell.Interop/Shell/Interop/IVsSelectedSymbols.cs	10
Shell.Interop/Shell/Interop/IVsSettingsErrorInformation.cs	9
Shell.Interop/Shell/Interop/IVsSettingsReader.cs	23
Shell.Interop/Shell/Interop/IVsSettingsWriter.cs	18
Shell.Interop/Shell/Interop/IVsShell2.cs	12
Shell.Interop/Shell/Interop/IVsSimpleBrowseComponentSet.cs	40
Shell.Interop/Shell/Interop/IVsSingleFileGeneratorFactory.cs	20
Shell.Interop/Shell/Interop/IVsSmartOpenScope.cs	8
Shell.Interop/Shell/Interop/IVsSolution3.cs	21
Shell.Interop/Shell/Interop/IVsSolutionBuildManager3.cs	13
Shell.Interop/Shell/Interop/IVsSolutionEvents4.cs	13
Shell.Interop/Shell/Interop/IVsSolutionEventsProjectUpgrade.cs	12
Shell.Interop/Shell/Interop/IVsSpecifyProjectDesignerPages.cs	7
Shell.Interop/Shell/Interop/IVsSupportItemHandoff2.cs	7
Shell.Interop/Shell/Interop/IVsTaskItem3.cs	28
Shell.Interop/Shell/Interop/IVsTaskList2.cs	17
Shell.Interop/Shell/Interop/IVsTaskProvider3.cs	16
Shell.Interop/Shell/Interop/IVsThreadPool.cs	9
Shell.Interop/Shell/Interop/IVsThreadedWaitDialog.cs	19
Shell.Interop/Shell/Interop/IVsToolbox3.cs	13
Shell.Interop/Shell/Interop/IVsToolboxActiveUserHook.cs	8
Shell.Interop/Shell/Interop/IVsToolboxDataProvider2.cs	19
Shell.Interop/Shell/Interop/IVsTrackProjectDocumentsEvents3.cs	19
Shell.Interop/Shell/Interop/IVsTypeLibraryWrapperBatchSupport.cs	8
Shell.Interop/Shell/Interop/IVsUIHierarchyWindow2.cs	6
Shell.Interop/Shell/Interop/IVsUIShell2.cs	33
Shell.Interop/Shell/Interop/IVsUIShellOpenDocument2.cs	10
Shell.Interop/Shell/Interop/IVsUpdateSolutionEvents3.cs	8
Shell.Interop/Shell/Interop/IVsUpgradeLogger.cs	8
Shell.Interop/Shell/Interop/IVsUserSettings.cs	12
Shell.Interop/Shell/Interop/IVsUserSettingsQuery.cs	7
Shell.Interop/Shell/Interop/IVsWebProject.cs	16
Shell.Interop/Shell/Interop/IVsWebService.cs	11
Shell.Interop/Shell/Interop/IVsWebServiceEvents.cs	9
Shell.Interop/Shell/Interop/IVsWebServiceProvider.cs	13
Shell.Interop/Shell/Interop/IVsWebServiceProviderEvents.cs	8
Shell.Interop/Shell/Interop/IVsWindowFrame2.cs	9
Shell.Interop/Shell/Interop/IVsWindowFrameNotify3.cs	11
Shell.Interop/Shell/Interop/IVsWindowPaneCommitFilter.cs	8
Shell.Interop/Shell/Interop/IVsXMLMemberData3.cs	20
Shell.Interop/Shell/Interop/IVsXMLMemberDataRegisterCallBack.cs	8
Shell.Interop/Shell/Interop/IWebApplicationCtxSvc.cs	7
Shell.Interop/Shell/Interop/IWebClassLibProject.cs	9
Shell.Interop/Shell/Interop/IWebClassLibProjectEvents.cs	9
Shell.Interop/Shell/Interop/IWebClassLibProjectSvc.cs	12
Shell.Interop/Shell/Interop/IWebFileCtxService.cs	17
Shell.Interop/Shell/Interop/LogicalViewID.cs	14
Shell.Interop/Shell/Interop/REFERENCECHANGETYPE.cs	9
Shell.Interop/Shell/Interop/SBuilderWizardManager.cs	6
Shell.Interop/Shell/Interop/SDTE.cs	6
Shell.Interop/Shell/Interop/SVSMDCodeDomProvider.cs	6
Shell.Interop/Shell/Interop/SVSMDTypeResolutionService.cs	6
Shell.Interop/Shell/Interop/SVsActivityLog.cs	6
Shell.Interop/Shell/Interop/SVsAssemblyNameUnification.cs	6
Shell.Interop/Shell/Interop/SVsCallBrowser.cs	6
Shell.Interop/Shell/Interop/SVsCodeDefView.cs	6
Shell.Interop/Shell/Interop/SVsCommandWindowsCollection.cs	6
Shell.Interop/Shell/Interop/SVsComponentSelectorDlg2.cs	6
Shell.Interop/Shell/Interop/SVsDetermineWizardTrust.cs	6
Shell.Interop/Shell/Interop/SVsErrorList.cs	6
Shell.Interop/Shell/Interop/SVsFontAndColorCacheManager.cs	6
Shell.Interop/Shell/Interop/SVsIntegratedHelp.cs	6
Shell.Interop/Shell/Interop/SVsIntellisenseEngine.cs	6
Shell.Interop/Shell/Interop/SVsIntellisenseProjectHost.cs	6
Shell.Interop/Shell/Interop/SVsIntellisenseProjectManager.cs	6
Shell.Interop/Shell/Interop/SVsMainWindowDropTarget.cs	6
Shell.Interop/Shell/Interop/SVsPathVariableResolver.cs	6
Shell.Interop/Shell/Interop/SVsPreviewChangesService.cs	6
Shell.Interop/Shell/Interop/SVsProfileDataManager.cs	6
Shell.Interop/Shell/Interop/SVsProfilesManagerUI.cs	6
Shell.Interop/Shell/Interop/SVsRegisterDebugTargetProvider.cs	6
Shell.Interop/Shell/Interop/SVsRegisterNewDialogFilters.cs	6
Shell.Interop/Shell/Interop/SVsResourceManager.cs	6
Shell.Interop/Shell/Interop/SVsSQLCLRReferences.cs	6
Shell.Interop/Shell/Interop/SVsSmartOpenScope.cs	6
Shell.Interop/Shell/Interop/SVsSourceControl.cs	6
Shell.Interop/Shell/Interop/SVsStartPageDownload.cs	6
Shell.Interop/Shell/Interop/SVsStrongNameKeys.cs	6
Shell.Interop/Shell/Interop/SVsThreadPool.cs	6
Shell.Interop/Shell/Interop/SVsThreadedWaitDialog.cs	6
Shell.Interop/Shell/Interop/SVsToolboxDataProviderRegistry.cs	6
Shell.Interop/Shell/Interop/SVsToolsOptions.cs	6
Shell.Interop/Shell/Interop/SYSTEMTIME.cs	14
Shell.Interop/Shell/Interop/ShellGuids80.cs	7
Shell.Interop/Shell/Interop/SymbolScopeGuids80.cs	11
Shell.Interop/Shell/Interop/TaskListViews.cs	15
Shell.Interop/Shell/Interop/TaskProviderGuids.cs	7
Shell.Interop/Shell/Interop/ToolWindowGuids.cs	26
Shell.Interop/Shell/Interop/ToolWindowGuids80.cs	71
Shell.Interop/Shell/Interop/VSDEFAULTPREVIEWER.cs	11
Shell.Interop/Shell/Interop/VSErrorCodes80.cs	10
Shell.Interop/Shell/Interop/VSFRAMEMODE2.cs	7
Shell.Interop/Shell/Interop/VSNSEBROWSEINFOW.cs	11
Shell.Interop/Shell/Interop/VSOBNAVIGATIONINFO3.cs	11
Shell.Interop/Shell/Interop/VSOBNAVNAMEINFONODE2.cs	10
Shell.Interop/Shell/Interop/VSOBSEARCHCRITERIA2.cs	11
Shell.Interop/Shell/Interop/VSSAVETREEITEM.cs	10
Shell.Interop/Shell/Interop/VSTASKCOLUMN.cs	24
Shell.Interop/Shell/Interop/_BROWSE_COMPONENT_SET_OPTIONS.cs	10
Shell.Interop/Shell/Interop/_BROWSE_COMPONENT_SET_TYPE.cs	8
Shell.Interop/Shell/Interop/_BuildSystemKindFlags.cs	7
Shell.Interop/Shell/Interop/_DEBUG_LAUNCH_OPERATION2.cs	8
Shell.Interop/Shell/Interop/_LAUNCHPAD_FLAGS2.cs	7
Shell.Interop/Shell/Interop/_LIBCAT_CLASSTYPE2.cs	9
Shell.Interop/Shell/Interop/_LIBCAT_HIERARCHYTYPE.cs	12
Shell.Interop/Shell/Interop/_LIBCAT_MEMBERTYPE2.cs	8
Shell.Interop/Shell/Interop/_LIBCAT_PHYSICALCONTAINERTYPE.cs	9
Shell.Interop/Shell/Interop/_LIBCAT_SEARCHMATCHTYPE.cs	21
Shell.Interop/Shell/Interop/_LIB_CATEGORY2.cs	12
Shell.Interop/Shell/Interop/_LIB_FLAGS2.cs	18
Shell.Interop/Shell/Interop/_LIB_LISTCAPABILITIES2.cs	7
Shell.Interop/Shell/Interop/_LIB_LISTTYPE2.cs	8
Shell.Interop/Shell/Interop/_PersistStorageType.cs	8
Shell.Interop/Shell/Interop/_ProjectLoadSecurityDialogState.cs	10
Shell.Interop/Shell/Interop/_SqlReferenceUpdateAction.cs	9
Shell.Interop/Shell/Interop/_VSOBJLISTELEMPROPID.cs	16
Shell.Interop/Shell/Interop/_VSOBSEARCHOPTIONS2.cs	11
Shell.Interop/Shell/Interop/_VSRDTFLAGS2.cs	8
Shell.Interop/Shell/Interop/__ACTIVITYLOG_ENTRYTYPE.cs	9
Shell.Interop/Shell/Interop/__BUILDOUTOFDATEPROJECTS.cs	10
Shell.Interop/Shell/Interop/__BWI_IMAGE_POS.cs	9
Shell.Interop/Shell/Interop/__COMMANDWINDOWMODE2.cs	7
Shell.Interop/Shell/Interop/__HANDSOFFMODE.cs	12
Shell.Interop/Shell/Interop/__PREVIEWCHANGESITEMCHECKSTATE.cs	10
Shell.Interop/Shell/Interop/__PREVIEWCHANGESWARNINGLEVEL.cs	10
Shell.Interop/Shell/Interop/__PSFFILEID2.cs	13
Shell.Interop/Shell/Interop/__PSFFLAGS2.cs	7
Shell.Interop/Shell/Interop/__RUNAFTERBUILDERRORS.cs	10
Shell.Interop/Shell/Interop/__STOP_DEBUGGING_PROCESS_REASON.cs	8
Shell.Interop/Shell/Interop/__SccToolsOptionsEnum.cs	9
Shell.Interop/Shell/Interop/__UPDATE_REFERENCE_REASON.cs	13
Shell.Interop/Shell/Interop/__VSADDNEWWEBITEMOPTIONS.cs	11
Shell.Interop/Shell/Interop/__VSASYNCHOPENPROJECTTYPE.cs	8
Shell.Interop/Shell/Interop/__VSBACKGROUNDTASKPRIORITY.cs	9
Shell.Interop/Shell/Interop/__VSBLDCFGPROPID.cs	9
Shell.Interop/Shell/Interop/__VSCALLBROWSERMODE.cs	10
Shell.Interop/Shell/Interop/__VSCFGPROPID2.cs	8
Shell.Interop/Shell/Interop/__VSCOLORASPECT.cs	8
Shell.Interop/Shell/Interop/__VSCREATEEDITORFLAGS2.cs	7
Shell.Interop/Shell/Interop/__VSCREATEPROJFLAGS2.cs	9
Shell.Interop/Shell/Interop/__VSCREATESOLUTIONFLAGS2.cs	8
Shell.Interop/Shell/Interop/__VSCREATEWEBBROWSER2.cs	8
Shell.Interop/Shell/Interop/__VSCURSORTYPE.cs	46
Shell.Interop/Shell/Interop/__VSDBGLAUNCHFLAGS2.cs	10
Shell.Interop/Shell/Interop/__VSDESIGNER_HIDDENCODEGENERATION.cs	9
Shell.Interop/Shell/Interop/__VSDIRFLAGS2.cs	13
Shell.Interop/Shell/Interop/__VSHIERITEMATTRIBUTE.cs	7
Shell.Interop/Shell/Interop/__VSMEINIT2.cs	7
Shell.Interop/Shell/Interop/__VSMEPROPID2.cs	8
Shell.Interop/Shell/Interop/__VSOPENFROMSCCDLG.cs	8
Shell.Interop/Shell/Interop/__VSOSEFLAGS2.cs	7
Shell.Interop/Shell/Interop/__VSOSPEFLAGS2.cs	7
Shell.Interop/Shell/Interop/__VSOVERLAYICON2.cs	9
Shell.Interop/Shell/Interop/__VSPPPID.cs	9
Shell.Interop/Shell/Interop/__VSPROFILECATEGORYSECURITY.cs	9
Shell.Interop/Shell/Interop/__VSPROFILEGETFILENAME.cs	9
Shell.Interop/Shell/Interop/__VSPROFILELOCATIONS.cs	12
Shell.Interop/Shell/Interop/__VSPROFILEPATHRESOLVERFLAGS.cs	8
Shell.Interop/Shell/Interop/__VSPROFILETEAMSETTINGSCHANGEDFLAGS.cs	9
Shell.Interop/Shell/Interop/__VSPROFILETEAMSETTINGSFLAGS.cs	8
Shell.Interop/Shell/Interop/__VSPROJSLNDLGFLAGS.cs	11
Shell.Interop/Shell/Interop/__VSPROPID2.cs	17
Shell.Interop/Shell/Interop/__VSSAVEDEFERREDSAVEFLAGS.cs	7
Shell.Interop/Shell/Interop/__VSSCCPROVIDERBINDINGOPTIONS.cs	9
Shell.Interop/Shell/Interop/__VSSETTINGSCOMPLETIONSTATUS.cs	14
Shell.Interop/Shell/Interop/__VSSETTINGSERRORTYPES.cs	12
Shell.Interop/Shell/Interop/__VSSHOWCONTEXTMENUOPTS.cs	9
Shell.Interop/Shell/Interop/__VSSLNOPENOPTIONS2.cs	7
Shell.Interop/Shell/Interop/__VSSPROPID2.cs	26
Shell.Interop/Shell/Interop/__VSSYSCOLOREX.cs	181
Shell.Interop/Shell/Interop/__VSTASKPROVIDERFLAGS.cs	8
Shell.Interop/Shell/Interop/__VSTASKVALUETYPE.cs	11
Shell.Interop/Shell/Interop/__VSTRANSACCELEXFLAGS.cs	12
Shell.Interop/Shell/Interop/__VSTWDFLAGS.cs	9
Shell.Interop/Shell/Interop/__VSUL_ERRORLEVEL.cs	11
Shell.Interop/Shell/Interop/__VSWIZARDTRUSTLEVEL.cs	9
Shell.Interop/Shell/Interop/__XMLMEMBERDATA_OPTIONS.cs	8
Shell.Interop/Shell/Interop/__XMLMEMBERDATA_TAGTYPE.cs	7
Shell.Interop/Shell/Interop/tagCreateClassLibFlags.cs	8
Shell.Interop/Shell/Interop/tagVSQueryEditResultFlags2.cs	8
VisualStudio.Interop.Interfaces/ComponentModelHost/IComponentModel.cs	6
VisualStudio.Interop.Interfaces/ComponentModelHost/SComponentModel.cs	4
VisualStudio.Interop.Interfaces/NuGet/PackageManagement/IPackageAssemblyReference.cs	5
VisualStudio.Interop.Interfaces/NuGet/PackageManagement/IScriptPackage.cs	9
VisualStudio.Interop.Interfaces/NuGet/PackageManagement/IScriptPackageFile.cs	4
VisualStudio.Interop.Interfaces/NuGetConsole/IHost.cs	4
VisualStudio.Interop.Interfaces/NuGetConsole/IPowerConsoleWindow.cs	5
VisualStudio.Interop.Interfaces/NuGetConsole/IWpfConsole.cs	4
VisualStudio.Interop.Interfaces/ProjectSystem/ConfiguredProject.cs	5
VisualStudio.Interop.Interfaces/ProjectSystem/ConfiguredProjectServices.cs	6
VisualStudio.Interop.Interfaces/ProjectSystem/Properties/IProjectProperties.cs	6
VisualStudio.Interop.Interfaces/ProjectSystem/Properties/IProjectPropertiesProvider.cs	5
VisualStudio.Interop.Interfaces/ProjectSystem/Properties/IVsBrowseObjectContext.cs	5
VisualStudio.Interop.Interfaces/ProjectSystem/UnconfiguredProject.cs	6
VisualStudio.Interop.Interfaces/Shell/Interop/IVsAggregatableProject.cs	5
VisualStudio.Interop.Interfaces/Shell/Interop/IVsHierarchy.cs	5
VisualStudio.Interop.Interfaces/Shell/Interop/IVsSolution.cs	5
VisualStudio.Interop.Interfaces/Shell/Interop/SVsSolution.cs	4
VisualStudio.Interop.Interfaces/Shell/Interop/__VSHPROPID.cs	5
VisualStudio.Interop.Interfaces/VSConstants.cs	6
build.ps1	57
dotnet.cmd	178
