2 references to IsEdgeLabelOneToMany
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (2)
Graph\Edge.cs (2)
34
Contract.ThrowIfTrue(
IsEdgeLabelOneToMany
(label));
42
Contract.ThrowIfFalse(
IsEdgeLabelOneToMany
(label));