| File: Microsoft.NetCore.Analyzers\Security\BasicDataSetDataTableInIFormatterSerializableObjectGraphAnalyzer.vb | Web Access |
| Project: Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers.vbproj (Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers) |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Diagnostics Imports Microsoft.NetCore.Analyzers.Security Imports Microsoft.CodeAnalysis.VisualBasic.TypedConstantExtensions Namespace Microsoft.NetCore.VisualBasic.Analyzers.Runtime <DiagnosticAnalyzer(LanguageNames.VisualBasic)> Public Class BasicDataSetDataTableInIFormatterSerializableObjectGraphAnalyzer Inherits DataSetDataTableInIFormatterSerializableObjectGraphAnalyzer Protected Overrides Function ToString(typedConstant As TypedConstant) As String Return typedConstant.ToVisualBasicString() End Function End Class End Namespace