1 write to _name
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\System\CodeAttributeArgument.cs (1)
72
_name
= value;
2 references to _name
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeAttributeArgument.cs (2)
68
return (
_name
== null) ? string.Empty :
_name
;