Microsoft.VisualStudio.GraphModel.CodeSchema Namespace

Classes

SourceLocationTypeConverter

Type converter for the SourceLocation type.

Structs

Position
SourceLocation

Specifies a location in a source file.

Enums

ParamKind

ParamKind enum is used in constructing type GraphNodeIds used in method/property OverloadingParameters. CLR spec allows overloading methods differ by parameter passing (by value vs. by ref), return type, and vararg, so having the parameter types alone is not enough to distinguish all overloaded methods, and the ParamKind enum is used to further distinguish them.