1 write to Definitions
Microsoft.Gen.ContextualOptions (1)
Model\OptionsContextType.cs (1)
31
Definitions
= definitions;
6 references to Definitions
Microsoft.Gen.ContextualOptions (6)
Model\OptionsContextType.cs (1)
17
public string Keyword =>
Definitions
[0].Keyword.Text;
Parser.cs (5)
29
type.
Definitions
43
type.
Definitions
54
if (!type.
Definitions
.Any(def => def.Modifiers.Any(static token => token.IsKind(SyntaxKind.PartialKeyword))))
57
type.
Definitions
.Select(def => Diagnostic.Create(DiagDescriptors.ContextMustBePartial, def.Identifier.GetLocation(), type.Name)));
68
type.
Definitions
.Select(def => Diagnostic.Create(DiagDescriptors.ContextDoesNotHaveValidProperties, def.Identifier.GetLocation(), type.Name)));