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