7 implementations of IProjectSchemaNode
Microsoft.Build.Framework (7)
XamlTypes\ContentType.cs (1)
18
public sealed class ContentType : ISupportInitialize,
IProjectSchemaNode
XamlTypes\FileExtension.cs (1)
14
public sealed class FileExtension :
IProjectSchemaNode
XamlTypes\ItemType.cs (1)
15
public sealed class ItemType : ISupportInitialize,
IProjectSchemaNode
XamlTypes\ProjectSchemaDefinitions.cs (1)
18
public sealed class ProjectSchemaDefinitions :
IProjectSchemaNode
XamlTypes\Rule.cs (2)
55
public sealed partial class Rule : RuleSchema, ISupportInitialize,
IProjectSchemaNode
386
public sealed partial class Rule : RuleSchema, ISupportInitialize,
IProjectSchemaNode
XamlTypes\RuleBag.cs (1)
24
public sealed class RuleBag : ISupportInitialize,
IProjectSchemaNode
3 references to IProjectSchemaNode
Microsoft.Build.Framework (3)
XamlTypes\ProjectSchemaDefinitions.cs (3)
25
Nodes = new List<
IProjectSchemaNode
>();
32
public List<
IProjectSchemaNode
> Nodes
53
foreach (
IProjectSchemaNode
node in Nodes)