code stringlengths 2 1.05M | repo_name stringlengths 5 101 | path stringlengths 4 991 | language stringclasses 3
values | license stringclasses 5
values | size int64 2 1.05M |
|---|---|---|---|---|---|
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Collections.Immutable
Imports System.Diagnostics
Imports System.Runtime.InteropServices
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.C... | dsplaisted/roslyn | src/Compilers/VisualBasic/Portable/Lowering/LocalRewriter/LocalRewriter_ForEach.vb | Visual Basic | apache-2.0 | 48,160 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Expressions
Public Class GlobalKeywordRecommenderTests
<Fact, Trait... | mmitche/roslyn | src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/GlobalKeywordRecommenderTests.vb | Visual Basic | apache-2.0 | 7,219 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Collections.ObjectModel
Imports System.ComponentModel.Composition
Imports Microsoft.CodeAnalysis.Editor.Host
Imports Microsoft.VisualStudio.Text... | v-codeel/roslyn | src/EditorFeatures/VisualBasic/LineCommit/CommitConnectionListener.vb | Visual Basic | apache-2.0 | 3,249 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmMain
Inherits ComponentFactory.Krypton.Toolkit.KryptonForm
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Bool... | JeffreyAReyes/eSMS | Forms/FormsMains/frmMain.Designer.vb | Visual Basic | mit | 76,510 |
Imports System.IO
Imports System.Runtime.InteropServices
Module Example
<STAThread()> _
Sub Main()
Dim objApplication As SolidEdgeFramework.Application = Nothing
Dim objAssemblyDocument As SolidEdgeAssembly.AssemblyDocument = Nothing
Dim objStudyOwner As SolidEdgePart.StudyOwner = Noth... | SolidEdgeCommunity/docs | docfx_project/snippets/SolidEdgePart.StudyOwner.SetAsmDefaultMaterial.vb | Visual Basic | mit | 852 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class InsertSnippetForm
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
... | CodeExplained/WindowsLiveWriterExtentions | WPCodeSnippets/InsertSnippetForm.Designer.vb | Visual Basic | mit | 5,556 |
Imports System
Imports System.Collections.Generic
Imports System.Collections.Specialized
Imports System.ComponentModel
Imports System.Data
Imports System.Data.SqlClient
Imports System.Linq
Imports Csla
Imports Csla.Data
Namespace Invoices.Business
''' <summary>
''' ProductTypeCachedList (read onl... | CslaGenFork/CslaGenFork | trunk/CoverageTest/Invoices/Invoices-VB/Invoices.Business/ProductTypeCachedList.Designer.vb | Visual Basic | mit | 12,938 |
Imports QM.PDA.BO.Context
''' <summary>
''' Login screen
''' </summary>
Public Class ViCoLogin
#Region "Properties"
Private _msbBlankNextMsg As String
Private _msbValidNextMsg As String
Private _exit As String
Private _user As BO.User
#End Region
#Region " Event Handlers "
Private Sub ViCoL... | QMDevTeam/QMPDA | QM.PDA.App/ViCoLogin.vb | Visual Basic | apache-2.0 | 2,986 |
Imports System.Collections.Generic
Public Interface IRelatedObject
Sub RegisterChildObject(ByVal child As IRelatedObject, Optional ByVal childPostingType As RelatedPostOrder = RelatedPostOrder.PostFirst)
Sub UnRegisterChildObject(ByVal child As IRelatedObject)
Function HasChanges() As Boolean
Funct... | EIDSS/EIDSS-Legacy | EIDSS v5/vb/Shared/bvwin_common/BaseForms/IRelatedForm.vb | Visual Basic | bsd-2-clause | 720 |
Imports System.IO
Imports System.Runtime.InteropServices
Public Class Form1
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Dim objApplication As SolidEdgeFramework.Application = Nothing
Dim SEInstallDir As DirectoryInfo
Dim objAssemblyDocument As SolidEd... | SolidEdgeCommunity/docs | docfx_project/snippets/SolidEdgeAssembly.AssemblyPatterns.CreateDuplicate.vb | Visual Basic | mit | 2,669 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Collections.Immutable
Imports System.Composition
Imports System.Runtime.InteropServices
Imports System.Threading
Imports Microsoft.CodeAnalysis.... | yeaicc/roslyn | src/Features/VisualBasic/Portable/EditAndContinue/VisualBasicEditAndContinueAnalyzer.vb | Visual Basic | apache-2.0 | 156,519 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Threading.Tasks
Namespace Microsoft.CodeAnalysis.Editor.UnitTests.IntelliSense
<[UseExportProvider]>
Public Class CSharpCompletionCom... | OmarTawfik/roslyn | src/EditorFeatures/Test2/IntelliSense/CSharpCompletionCommandHandlerTests_InternalsVisibleTo.vb | Visual Basic | apache-2.0 | 32,459 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.34014
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-----------... | TedDBarr/orleans | Samples/VBHelloWorld/Interfaces/My Project/Settings.Designer.vb | Visual Basic | mit | 2,926 |
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.
' Review the values of the assembly attributes
<Asse... | AnshulYADAV007/Lean | Algorithm.VisualBasic/AssemblyInfo.vb | Visual Basic | apache-2.0 | 1,184 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Threading
Imports Microsoft.CodeAnalysis.Editor.Implementation.Highlighting
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.CodeAnalysis.V... | jhendrixMSFT/roslyn | src/EditorFeatures/VisualBasic/Highlighting/KeywordHighlighters/OperatorDeclarationHighlighter.vb | Visual Basic | apache-2.0 | 1,760 |
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.
' Review the values of the assembly attributes
<Asse... | Ico093/TelerikAcademy | JavaScript#2/Homework/02.AdvancedFunctions/02.AdvancedFunctions/02.AdvancedFunctions/My Project/AssemblyInfo.vb | Visual Basic | mit | 1,177 |
Imports NUnit.Framework
Imports System.Collections.Generic
Namespace CompuMaster.Test.Data.DataQuery
<TestFixture(Category:="DataQueryTestFile")> Public Class DataQueryTestFile
Private Shared Sub CreateAndDispose(ByVal testFileType As CompuMaster.Data.DataQuery.TestFile.TestFileType)
Dim tes... | CompuMasterGmbH/CompuMaster.Data | CompuMaster.Test.Tools.Data/DataQuery.TestFile.vb | Visual Basic | mit | 2,031 |
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.
' Review the values of the assembly attribut... | burnsoftnet/BSApplicationProfiler | BSApplicationProfiler/My Project/AssemblyInfo.vb | Visual Basic | mit | 1,482 |
'------------------------------------------------------------------------------
' <generado automáticamente>
' Este código fue generado por una herramienta.
'
' Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si
' se vuelve a generar el código.
' </generado automática... | crackper/SistFoncreagro | SistFoncreagro.WebSite/Contabilidad/Formularios/ReporteAnticiposRendiciones.aspx.designer.vb | Visual Basic | mit | 1,520 |
Option Infer On
Imports System
Imports System.Runtime.InteropServices
Namespace Examples
Friend Class Program
<STAThread>
Shared Sub Main(ByVal args() As String)
Dim application As SolidEdgeFramework.Application = Nothing
Dim partDocument As SolidEdgePart.PartDocument = No... | SolidEdgeCommunity/docs | docfx_project/snippets/SolidEdgeGeometry.Faces.Remove.vb | Visual Basic | mit | 2,081 |
Imports System.Resources
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.
' Review the values of the ... | dewster/lol-mastery-manager-new-client | LoLMasteryManager/My Project/AssemblyInfo.vb | Visual Basic | mit | 1,313 |
'
' +---------------------------------------------------------------------+
' | AjGenesis - Code and Artifacts Generator in .NET |
' +---------------------------------------------------------------------+
' | Copyright (c) 2003-2011 Angel J. Lopez. All rights reserved. |
' | http://www.aj... | ajlopez/AjGenesis | src/AjGenesis.DynamicModel/ModelBuilder.vb | Visual Basic | mit | 4,967 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.42000
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-----------... | jyuch/RedHerrings | RedHerrings/My Project/Resources.Designer.vb | Visual Basic | mit | 2,720 |
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.
' Review the values of the assembly attributes
<Asse... | Ico093/TelerikAcademy | CSS/Homework/03.CSSLayout/CSSLayout/06.BTV/My Project/AssemblyInfo.vb | Visual Basic | mit | 1,149 |
Module StringFunctions
Public Function IsEmpty(S As String) As Boolean
Return S Is Nothing OrElse S = ""
End Function
Public Function isnotempty(S As String) As Boolean
Return Not IsEmpty(S)
End Function
End Module
| jakubjenis/lecture.net | Vb.Net/Skolenie/Casting/StringFunctions.vb | Visual Basic | mit | 253 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.17929
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'---... | MongkonEiadon/mtapi | TestClients/TestMtApi/TestMtApi/My Project/Settings.Designer.vb | Visual Basic | mit | 2,997 |
Imports System
Imports System.Configuration
Imports System.Data
Imports System.Data.SqlClient
Imports Telerik.Web.UI
Imports SistFoncreagro.BussinesLogic
Imports SistFoncreagro.BussinessEntities
Imports System.Collections
Imports System.Web
Imports System.Web.Security
Imports System.Web.UI
Imports System.Web.UI.WebCon... | crackper/SistFoncreagro | SistFoncreagro.WebSite/Logistica/FrmRepListRequi.aspx.vb | Visual Basic | mit | 1,340 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
'//-------------------------------------------------------------------------------------------------
'//
'// Error code and strings for Compiler errors
'//
'... | sharadagrawal/Roslyn | src/Compilers/VisualBasic/Portable/Errors/Errors.vb | Visual Basic | apache-2.0 | 87,973 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Threading.Tasks
Imports Microsoft.CodeAnalysis.CodeFixes
Imports Microsoft.CodeAnalysis.CSharp.CodeFixes.AddImport
Imports Microsoft.CodeAnalysi... | mseamari/Stuff | src/EditorFeatures/Test2/Diagnostics/AddImport/AddImportCrossLanguageTests.vb | Visual Basic | apache-2.0 | 7,798 |
Imports System
Imports System.Drawing
Imports System.Collections
Imports System.ComponentModel
Imports System.Windows.Forms
Imports System.Diagnostics
Imports AnimatGuiCtrls.Controls
Imports AnimatGUI
Imports AnimatGUI.Framework
Imports AnimatGUI.DataObjects
Imports System.Drawing.Imaging
Namespace Forms.... | NeuroRoboticTech/AnimatLabPublicSource | Libraries/AnimatGUI/Forms/BodyPlan/EditAttachments.vb | Visual Basic | bsd-3-clause | 12,953 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.17379
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-----------... | chinasio/local-government-desktop-addins | Project Cost Estimating/My Project/Resources.Designer.vb | Visual Basic | apache-2.0 | 7,924 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Threading
Imports System.Threading.Tasks
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.FindSymbols
Imports Microsoft.CodeAnalys... | HellBrick/roslyn | src/Workspaces/VisualBasic/Portable/Rename/VisualBasicRenameRewriterLanguageService.vb | Visual Basic | apache-2.0 | 56,607 |
Imports System
Imports System.Windows.Controls
Imports ESRI.ArcGIS.Client
Imports System.Windows
Partial Public Class EditToolsExplicitSave
Inherits UserControl
Public Sub New()
InitializeComponent()
End Sub
Private Sub CancelEditsButton_Click(ByVal sender As Object, ByVal e As RoutedEventArgs)
Dim editor As... | Esri/arcgis-samples-silverlight | src/VBNet/ArcGISSilverlightSDK/Editing/EditToolsExplicitSave.xaml.vb | Visual Basic | apache-2.0 | 695 |
'*******************************************************************************************'
' '
' Download Free Evaluation Version From: https://bytescout.com/download/web-installer '
' ... | bytescout/ByteScout-SDK-SourceCode | Premium Suite/VB.NET/Flatten pdf form with pdf sdk/Program.vb | Visual Basic | apache-2.0 | 1,616 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports Microsoft.CodeAnalysis.EditAndContinue
Namespace Microsoft.CodeAnalysis.VisualBasic.EditAndContinue.UnitTests
Public Class ActiveStatementTests
... | ValentinRueda/roslyn | src/EditorFeatures/VisualBasicTest/EditAndContinue/ActiveStatementTests.vb | Visual Basic | apache-2.0 | 130,307 |
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Text
Imports System.Windows
Imports Microsoft.CodeAnalysis.Editor.CommandHandlers
Imports Microsoft.Cod... | physhi/roslyn | src/EditorFeatures/Test2/InteractivePaste/InteractivePasteCommandHandlerTests.vb | Visual Basic | apache-2.0 | 12,291 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports Microsoft.CodeAnalysis.Formatting
Imports Microsoft.CodeAnalysis.Options
Imports Microsoft.CodeAnalysis.Test.Utilities
Imports Microsoft.CodeAnalysis.... | thomaslevesque/roslyn | src/Workspaces/VisualBasicTest/Formatting/FormattingTests.vb | Visual Basic | apache-2.0 | 142,040 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Collections.Concurrent
Imports System.Collections.Generic
Imports System.Runtime.InteropServices
Imports System.Threading
Imports Microsoft.Cod... | wschae/roslyn | src/Compilers/VisualBasic/Portable/Binding/EarlyWellKnownAttributeBinder.vb | Visual Basic | apache-2.0 | 11,784 |
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Collections.Generic
Imports System.Diagnostics
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.Co... | AlekseyTs/roslyn | src/Compilers/VisualBasic/Portable/Lowering/SynthesizedSubmissionFields.vb | Visual Basic | mit | 4,418 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Threading
Imports Microsoft.CodeAnalysis.Completion.Providers
Imports Microsoft.CodeAnalysis.VisualBasic.Extensions.ContextQuery
Imports Micros... | mmitche/roslyn | src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/AsKeywordRecommender.vb | Visual Basic | apache-2.0 | 6,403 |
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.
' Review the values of the assembly attributes
<Ass... | skitsanos/WDK10 | WDK.Providers.Logs/My Project/AssemblyInfo.vb | Visual Basic | mit | 1,156 |
Public Class EstadosFinancieros
Public Property Codigo As String
Public Property Descripcion As String
Public Property IdEstFinanciero As Int32
End Class
| crackper/SistFoncreagro | SistFoncreagro.BussinessEntities/EstadosFinancieros.vb | Visual Basic | mit | 169 |
' The Blank Page item template is documented at http://go.microsoft.com/fwlink/?LinkId=234238
Imports Windows.UI.Popups
''' <summary>
''' An empty page that can be used on its own or navigated to within a Frame.
''' </summary>
Public NotInheritable Class MainPage
Inherits Page
Private Async Sub ButtonBase_On... | saramgsilva/NotificationHubs | Using Azure Mobile Services/NotificationHubsSample.Win81-VB/MainPage.xaml.vb | Visual Basic | mit | 773 |
'
' DotNetNuke® - http://www.dotnetnuke.com
' Copyright (c) 2002-2011
' by DotNetNuke Corporation
'
' Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
' documentation files (the "Software"), to deal in the Software without restriction, including without limit... | mitchelsellers/dnnDocuments | Source/DnnDocuments/DocumentsSettingsInfo.vb | Visual Basic | mit | 7,896 |
'
' Automatically generated by AjGenesis
' http://www.ajlopez.com/ajgenesis
'
Module Module1
Sub Main()
System.Console.WriteLine("")
End Sub
End Module
| ajlopez/AjGenesis | src/AjGenesis.Recipes/HelloWorld.vb | Visual Basic | mit | 183 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmAddDataSourceGeneratedCounter
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal dispos... | clinthuffman/PAL | PAL2/PALWizard/frmAddDataSourceGenerated.Designer.vb | Visual Basic | mit | 17,508 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.42000
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-----------... | KameQuazi/Software-Major-Assignment-2k18 | LampService/My Project/Settings.Designer.vb | Visual Basic | mit | 2,912 |
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'
' File: PayPal.aspx.vb
'
' Facility: The unit contains the PayPal class
'
' Abstract: This class is intended for interacting with PayPal with the
' help of the form of the payment reques... | CGVA/cgva_asp_website | lastdigindenver_DEV/PayPalLASTDIG.aspx.vb | Visual Basic | apache-2.0 | 3,485 |
Namespace YahooManaged.Finance.Indicators
Public Class Momentum
Implements ISingleValueIndicator
Public ReadOnly Property Name() As String Implements IIndicator.Name
Get
Return "Momentum"
End Get
End Property
Public ReadOnly Property Is... | agassan/YahooManaged | MaasOne.YahooManaged/YahooManaged/Finance/Indicators/Momentum.vb | Visual Basic | apache-2.0 | 1,992 |
Namespace AW.Types
Public Class WorkOrders
Public Shared Function ActionRandomWorkOrder() As WorkOrder
Return GenericMenuFunctions.Random(Of WorkOrder)()
End Function
Public Shared Function ActionAllWorkOrders() As IQueryable(Of WorkOrder)
Return GenericMenuFuncti... | NakedObjectsGroup/NakedObjectsFramework | Test/NOF2.Demo.Model/WorkOrders.vb | Visual Basic | apache-2.0 | 1,064 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Composition
Imports System.Linq
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.CodeFixes
Imports Microsoft.CodeAnalysis.VisualBas... | mattwar/roslyn-analyzers | src/Microsoft.QualityGuidelines.Analyzers/VisualBasic/BasicUseLiteralsWhereAppropriate.Fixer.vb | Visual Basic | apache-2.0 | 726 |
Imports System.Windows.Forms
'TODO: Follow these steps to enable the Ribbon (XML) item:
'2. Create callback methods in the "Ribbon Callbacks" region of this class to handle user
' actions, such as clicking a button. Note: if you have exported this Ribbon from the
' Ribbon designer, move your code from the event... | davidschlachter/outlookquota | EmailSizer/Ribbon1.vb | Visual Basic | bsd-2-clause | 3,576 |
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Composition
Imports System.Threading
Imports Microsoft.CodeAnalysis.DocumentationComments
Imports Micro... | abock/roslyn | src/Features/VisualBasic/Portable/SignatureHelp/ObjectCreationExpressionSignatureHelpProvider.vb | Visual Basic | mit | 5,725 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports Microsoft.NetFramework.Analyzers
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.Diagnostics
Imports Microsoft.CodeAnalysis.VisualBasic... | natidea/roslyn-analyzers | src/Microsoft.NetFramework.Analyzers/VisualBasic/BasicDoNotUseInsecureDtdProcessingInApiDesign.vb | Visual Basic | apache-2.0 | 1,222 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Composition
Imports Microsoft.CodeAnalysis.EmbeddedLanguages.LanguageServices
Imports Microsoft.CodeAnalysis.Host.Mef
Imports Microsoft.CodeAna... | aelij/roslyn | src/Workspaces/VisualBasic/Portable/EmbeddedLanguages/LanguageServices/VisualBasicEmbeddedLanguagesProvider.vb | Visual Basic | apache-2.0 | 1,191 |
' Copyright (c) 2015 ZZZ Projects. All rights reserved
' Licensed under MIT License (MIT) (https://github.com/zzzprojects/Z.ExtensionMethods)
' Website: http://www.zzzprojects.com/
' Feedback / Feature Requests / Issues : http://zzzprojects.uservoice.com/forums/283927
' All ZZZ Projects products: Entity Framework Exte... | zzzprojects/Z.ExtensionMethods | src (VB.NET)/Z.ExtensionMethods.VB/Z.Core/System.Object/Convert/ToValueType/Object.ToSByteOrDefault.vb | Visual Basic | mit | 2,023 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Threading.Tasks
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces
Imports Microsoft.CodeAnalysis.Text
N... | managed-commons/roslyn | src/EditorFeatures/Test2/Expansion/ModuleNameExpansionTests.vb | Visual Basic | apache-2.0 | 6,102 |
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System
Imports Microsoft.VisualBasic.CompilerServices.Utils
Namespace Microsoft.VisualBasic.CompilerServices
... | mafiya69/corefx | src/Microsoft.VisualBasic/src/Microsoft/VisualBasic/CompilerServices/ExceptionUtils.vb | Visual Basic | mit | 2,388 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Xml.Linq
Imports Microsoft.CodeAnalysis.Editor.UnitTests.AutomaticCompletion
Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extensions
Imports ... | jbhensley/roslyn | src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticInterpolatedStringExpressionCompletionTests.vb | Visual Basic | apache-2.0 | 2,747 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System
Imports System.Collections.Generic
Imports System.Collections.Immutable
Imports System.Diagnostics
Imports System.Linq
Imports System.Runtime.I... | MatthieuMEZIL/roslyn | src/Compilers/VisualBasic/Portable/Lowering/ExpressionLambdaRewriter/ExpressionLambdaRewriter_UnaryOperator.vb | Visual Basic | apache-2.0 | 12,339 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.Test.Utilities
Imports Roslyn.Test.Utilities
Namespace Microsoft.CodeAnalysis.VisualBasic.UnitT... | mmitche/roslyn | src/Compilers/VisualBasic/Test/Emit/CodeGen/CodeGenInterfaceImplementation.vb | Visual Basic | apache-2.0 | 5,396 |
Imports System.Diagnostics
Imports Nini.Config
Public Class MainForm
Inherits System.Windows.Forms.Form
#Region " Windows Form Designer generated code "
'Form overrides dispose to clean up the component list.
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing Then
I... | roblillack/monoberry | lib/nini/Examples/VbExamples/BasicApp/MainForm.vb | Visual Basic | mit | 7,611 |
Option Infer On
Imports System
Imports System.Runtime.InteropServices
Namespace Examples
Friend Class Program
<STAThread>
Shared Sub Main(ByVal args() As String)
Dim application As SolidEdgeFramework.Application = Nothing
Dim assemblyDocument As SolidEdgeAssembly.AssemblyD... | SolidEdgeCommunity/docs | docfx_project/snippets/SolidEdgeAssembly.AxialRelation3d.Occurrence1.vb | Visual Basic | mit | 1,673 |
Imports SistFoncreagro.BussinessEntities
Imports SistFoncreagro.DataAccess
Public Class EspecieAnimalBL : Implements IEspecieAnimalBL
Dim factoryrepository As IEspecieAnimalRepository
Public Sub New()
factoryrepository = New EspecieAnimalRepository
End Sub
Public Function GetAllFromEspecieAni... | crackper/SistFoncreagro | SistFoncreagro.BussinesLogic/EspecieAnimalBL.vb | Visual Basic | mit | 777 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-------------------------------------------------... | dushka-dragoeva/Telerik | Homeworks/Web and UI Technologies/JavaScriptFundament/Arrays-Homework/My Project/Settings.Designer.vb | Visual Basic | mit | 2,897 |
'---------------------------------------------------------------------------------------
' Projet : SCG
' Module : oSCG [Module de classe]
' Version : 1.03
' Création : Le jeudi 26 juin 2008
' Auteur : P.B. [Philben] - <a href="http://www.developpez.net" target="_blank">http://www.developpez.net</a>... | gallandarakhneorg/afc | advanced/gis/giscore/src/main/java/org/arakhne/afc/gis/coordinate/projections.vb | Visual Basic | apache-2.0 | 50,562 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class notepadxp
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
... | Histacom/Histacom | windows 95/notepadxp.Designer.vb | Visual Basic | apache-2.0 | 27,132 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.34209
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'---... | Andronew/AlTor | Al Tor/Al Tor/My Project/Resources.Designer.vb | Visual Basic | apache-2.0 | 2,777 |
Imports bv.common.win
Imports bv.winclient.Core
Imports bv.common.Configuration
Imports bv.common.Core
Public Class BaseTaskBarForm
Inherits BvForm
#Region "Decalrations"
Private AnimationDisabled As Boolean = False
Friend WithEvents DefaultLookAndFeel1 As DevExpress.LookAndFeel.DefaultLookAndFe... | EIDSS/EIDSS-Legacy | EIDSS v6.1/vb/EIDSS/EIDSS_ClientAgent/BaseTaskBarForm.vb | Visual Basic | bsd-2-clause | 4,201 |
Imports System.IO
Imports System.Xml.Serialization
Friend Module Glob
Property AppSettings As AppSettings
Sub LoadSettings()
AppSettings = LoadSettingsXml()
End Sub
Public Function GetSettingPath() As String
Dim logFile = Environment.GetFolderPath(Environment.SpecialFolder.LocalAppli... | fakoua/ServicesPlus | ServicesPlus/Glob.vb | Visual Basic | bsd-3-clause | 1,218 |
Imports System
Imports System.Collections.Generic
Imports System.Text
Imports System.Web
Partial Public Class Caching1
' This is only required for the sample to compile
Private Cache As System.Web.Caching.Cache = Nothing
Public Sub CacheSample1()
Dim myData = "... sample returned xml data ..."
... | smallsharptools/SmallSharpToolsDotNet | YahooPack/ThirdParty/Yahoo Developer Center/VBSamples/Caching1Sample.vb | Visual Basic | apache-2.0 | 715 |
Imports System.Windows
Imports System.Windows.Controls
Imports System.Windows.Data
Imports System.Windows.Input
Imports ESRI.ArcGIS.Client
Imports ESRI.ArcGIS.Client.Symbols
Imports ESRI.ArcGIS.Client.Tasks
Imports ESRI.ArcGIS.Client.ValueConverters
Partial Public Class SpatialQuery
Inherits UserControl
Private My... | MrChen2015/arcgis-samples-silverlight | src/VBNet/ArcGISSilverlightSDK/Query/SpatialQuery.xaml.vb | Visual Basic | apache-2.0 | 5,892 |
Imports bv.winclient.BasePanel
Imports bv.winclient.Core
Imports System.ComponentModel
Imports EIDSS.model.Enums
Public Class DerivativeForSampleType
Dim DerivativeForSampleTypeDbService As DerivativeForSampleType_DB
Private m_Helper As ReferenceEditorHelper
Friend WithEvents RefView As DataView
... | EIDSS/EIDSS-Legacy | EIDSS v6/vb/EIDSS/EIDSS_Admin/LookupForms/DerivativeForSampleType.vb | Visual Basic | bsd-2-clause | 5,072 |
'*******************************************************************************************'
' '
' Download Free Evaluation Version From: https://bytescout.com/download/web-installer '
' ... | bytescout/ByteScout-SDK-SourceCode | Premium Suite/VB.NET/Remove empty pages with pdf extractor sdk/Module1.vb | Visual Basic | apache-2.0 | 3,087 |
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Threading
Imports Microsoft.CodeAnalysis.FindUsages
Imports Microsoft.CodeAnalysis.GoToBase
Imports Mic... | CyrusNajmabadi/roslyn | src/EditorFeatures/Test2/GoToBase/GoToBaseTestsBase.vb | Visual Basic | mit | 1,896 |
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports Microsoft.CodeAnalysis.LanguageServices
Imports Microsoft.CodeAnalysis.VisualBasic.Syntax
#If CODE_STYLE Then... | mavasani/roslyn | src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/Services/SyntaxFacts/VisualBasicAccessibilityFacts.vb | Visual Basic | mit | 13,286 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Collections.Immutable
Imports System.ComponentModel.Composition
Imports System.Threading
Imports System.Threading.Tasks
Imports Microsoft.CodeA... | DustinCampbell/roslyn | src/EditorFeatures/VisualBasic/LineCommit/CommitFormatter.vb | Visual Basic | apache-2.0 | 14,915 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Collections.Immutable
Imports System.Runtime.InteropServices
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.CodeAnalysis.VisualBasic.Sym... | weltkante/roslyn | src/Compilers/VisualBasic/Portable/CodeGen/Optimizer/StackScheduler.Analyzer.vb | Visual Basic | apache-2.0 | 60,499 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Threading.Tasks
Imports Microsoft.CodeAnalysis.Editor.UnitTests.SignatureHelp
Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces
Imports... | ValentinRueda/roslyn | src/EditorFeatures/VisualBasicTest/SignatureHelp/GetXmlNamespaceExpressionSignatureHelpProviderTests.vb | Visual Basic | apache-2.0 | 1,716 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Collections.Immutable
Imports System.Threading
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Imports M... | weltkante/roslyn | src/Compilers/VisualBasic/Portable/Symbols/SynthesizedSymbols/SynthesizedDelegateMethodSymbol.vb | Visual Basic | apache-2.0 | 16,139 |
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Namespace Microsoft.CodeAnalysis.VisualBasic.Utilities.IntrinsicOperators
Friend NotInheritable Class BinaryCondit... | physhi/roslyn | src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/BinaryConditionalExpressionDocumentation.vb | Visual Basic | apache-2.0 | 2,357 |
Imports System
Imports System.Collections.Generic
Imports System.Runtime.InteropServices
Namespace Examples
Friend Class Program
<STAThread>
Shared Sub Main(ByVal args() As String)
Dim application As SolidEdgeFramework.Application = Nothing
Dim documents As SolidEdgeFramewo... | SolidEdgeCommunity/docs | docfx_project/snippets/SolidEdgeFrameworkSupport.Ellipse2d.SetMajorAxis.vb | Visual Basic | mit | 2,158 |
Imports System.ComponentModel.Composition
Imports DevExpress.CodeRush.Common
<Export(GetType(IVsixPluginExtension))> _
Public Class CR_ToDoTabberExtension
Implements IVsixPluginExtension
End Class
| RoryBecker/CR_TodoTabber | CR_ToDoTabber/CR_ToDoTabberExtension.vb | Visual Basic | mit | 202 |
Public Class screenLoad
Private Sub screenLoad_Load(sender As Object, e As EventArgs) Handles Me.Load
Timer.Enabled = True
End Sub
Private Sub Timer_Tick(sender As Object, e As EventArgs) Handles Timer.Tick
My.Computer.Audio.Play(My.Resources.BatmanOpening, AudioPlayMode.WaitToComplete)
... | OtherBarry/SDaD | BatMath/BatMath/screenLoad.vb | Visual Basic | mit | 398 |
Imports Utilities
Imports InfoSoftGlobal
Partial Class ArrayExample_SingleSeries
Inherits System.Web.UI.Page
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
' Generate chart in Literal Control
FCLiteral.Text = CreateChart()
End Sub
Public F... | sigaind/cupon | web/bundles/sigaind/FusionChartsFree/Code/VBNET/ArrayExample/SingleSeries.aspx.vb | Visual Basic | mit | 2,133 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.18331
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-----------... | age-killer/Electronic-invoice-document-processing | MailSort_CSHARP/packages/Independentsoft.Exchange.3.0.400/Tutorial/VBFindConversation/My Project/Settings.Designer.vb | Visual Basic | mit | 2,942 |
#Region "Microsoft.VisualBasic::e5aec44abf7cc5ea1f166ce43b970ceb, src\metadb\Massbank\MetaLib\Match\SynonymIndex.vb"
' Author:
'
' xieguigang (gg.xie@bionovogene.com, BioNovoGene Co., LTD.)
'
' Copyright (c) 2018 gg.xie@bionovogene.com, BioNovoGene Co., LTD.
'
'
' MIT License... | xieguigang/spectrum | src/metadb/Massbank/MetaLib/Match/SynonymIndex.vb | Visual Basic | mit | 4,018 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.34014
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-----------... | shoutatani/GetMarketInfoByVB.net | GetMarketInfo/My Project/Settings.Designer.vb | Visual Basic | mit | 2,932 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Collections.Immutable
Imports System.Collections.ObjectModel
Imports System.IO
Imports System.Reflection
Imports System.Reflection.Metadata
Imp... | akrisiun/roslyn | src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/EvaluationContext.vb | Visual Basic | apache-2.0 | 34,515 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.18034
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'---... | jogibear9988/SharpVectors | Samples/SharpVectorsControlSamples/SvgCanvasSampleVB/My Project/Resources.Designer.vb | Visual Basic | bsd-3-clause | 2,786 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports Microsoft.CodeAnalysis.Diagnostics
Imports Microsoft.CodeAnalysis.VisualBasic.Syntax
Imports Microsoft.CodeAnalysis.BannedApiAnalyzers
Namespace Micr... | mavasani/roslyn-analyzers | src/Microsoft.CodeAnalysis.BannedApiAnalyzers/VisualBasic/BasicSymbolIsBannedAnalyzer.vb | Visual Basic | apache-2.0 | 1,168 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Composition
Imports Microsoft.CodeAnalysis.CodeRefactorings
Imports Microsoft.CodeAnalysis.SplitOrMergeIfStatements
Namespace Microsoft.CodeAn... | nguerrera/roslyn | src/Features/VisualBasic/Portable/SplitOrMergeIfStatements/VisualBasicSplitIntoConsecutiveIfStatementsCodeRefactoringProvider.vb | Visual Basic | apache-2.0 | 947 |
' Copyright (c) 2015 ZZZ Projects. All rights reserved
' Licensed under MIT License (MIT) (https://github.com/zzzprojects/Z.ExtensionMethods)
' Website: http://www.zzzprojects.com/
' Feedback / Feature Requests / Issues : http://zzzprojects.uservoice.com/forums/283927
' All ZZZ Projects products: Entity Framework Exte... | mario-loza/Z.ExtensionMethods | src (VB.NET)/Z.ExtensionMethods.VB/Z.Reflection/System.Reflection.MemberInfo/System.Attribute/MemberInfo.IsDefined.vb | Visual Basic | mit | 2,217 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:2.0.50727.1434
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------... | J2TeaM/au3-boilerplate | abp/Sound/BASSlib/BASS_SFX/ORIGINAL/VS 2005/VB .NET/BASS_SFXTestVB/My Project/Settings.Designer.vb | Visual Basic | bsd-3-clause | 2,975 |
Namespace Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator
#Disable Warning RS0010
''' <summary>
''' Causes all diagnostics related to <see cref="ObsoleteAttribute"/>
''' and <see cref="T:Windows.Foundation.MetadataDeprecatedAttribute"/>
''' to be suppressed.
''' </summary>
Friend NotIn... | DavidKarlas/roslyn | src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/Binders/SuppressObsoleteDiagnosticsBinder.vb | Visual Basic | apache-2.0 | 724 |
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Collections.Immutable
Imports System.IO
Imports System.Linq
Imports System.Reflection.PortableExecutabl... | brettfo/roslyn | src/Compilers/VisualBasic/Test/Semantic/Compilation/CompilationAPITests.vb | Visual Basic | apache-2.0 | 122,748 |
Option Strict On
Option Explicit On
Namespace Manhattan
Public Class manhattanCustomData
Public polygons As List(Of manhattanPolygon)
''' <summary>
''' area is number of cells, since grid considered to be unit squares
''' </summary>
Public area As Integer
... | swsglobal/DotSpatial | Source/DotSpatial.Plugins.Taudem.Port/Manhattan/manhattanCustomData.vb | Visual Basic | mit | 515 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Collections.Generic
Imports System.Composition
Imports System.Threading
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.CodeGenera... | paladique/roslyn | src/Features/VisualBasic/GenerateMember/GenerateParameterizedMember/VisualBasicGenerateMethodService.vb | Visual Basic | apache-2.0 | 10,125 |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Collections.Immutable
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Imports Microsoft.CodeAnalysis.Vis... | mmitche/roslyn | src/Compilers/VisualBasic/Portable/Binding/ConstantFieldsInProgressBinder.vb | Visual Basic | apache-2.0 | 1,675 |
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Collections.Generic
Imports System.Collections.Immutable
Imports System.Globalization
Imports System.Th... | physhi/roslyn | src/Compilers/VisualBasic/Portable/Symbols/SubstitutedEventSymbol.vb | Visual Basic | apache-2.0 | 9,012 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.