зеркало из https://github.com/microsoft/BPerf.git
15 строки
351 B
C#
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
|
|
}
|
|
}
|