3 references to ExperimentalUrl
IOperationGenerator (3)
IOperationClassWriter.cs (2)
1096if (!prop.IsOverride && !string.IsNullOrEmpty(prop.ExperimentalUrl)) 1098WriteExperimentalAttribute(prop.ExperimentalUrl);
IOperationClassWriter.Verifier.cs (1)
52if (prop.IsInternal && !string.IsNullOrEmpty(prop.ExperimentalUrl))