1 write to Name
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\System\CodeAttributeArgument.cs (1)
55Name = name;
14 references to Name
dotnet-svcutil-lib (14)
CodeDomFixup\CodeDomVisitors\AttributeFixer.cs (1)
87return IsValidProperty(propsToRemove, arg.Name);
CodeDomFixup\CodeDomVisitors\CreateCallbackImpl.cs (2)
510if (arg.Name == "CallbackContract") 536if (arg.Name == "AsyncPattern")
FrameworkFork\Microsoft.CodeDom\Compiler\CodeGenerator.cs (3)
1224if (arg.Name != null && arg.Name.Length > 0) 1226OutputIdentifier(arg.Name);
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (3)
196if (arg.Name != null && arg.Name.Length > 0) 198ValidateIdentifier(arg, "Name", arg.Name);
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (3)
2970if (arg.Name != null && arg.Name.Length > 0) 2972OutputIdentifier(arg.Name);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityAttributeGenerationHelper.cs (1)
69if (argument.Name == propertyName)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DataContractSerializerOperationGenerator.cs (1)
205if (attrArg.Name == "Namespace")