BPerf/WebViewer/Microsoft.BPerf.SymbolicInf.../SourceKind.cs

15 строки
351 B
C#

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.BPerf.SymbolicInformation.Interfaces
{
public enum SourceKind
{
None,
Illegal,
Embedded,
SrcSrv,
SourceLink
}
}