5 writes to FieldName
dotnet-svcutil-lib (5)
CodeDomFixup\CodeDomVisitors\CreateCallbackImpl.cs (3)
363resultsFieldReference.FieldName = "results"; 440FieldName = "proxy" 472FieldName = "proxy"
FrameworkFork\Microsoft.CodeDom\System\CodeFieldReferenceExpression.cs (1)
45FieldName = fieldName;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (1)
571resultsFieldReference.FieldName = resultsField.Name;
2 references to FieldName
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (1)
889ValidateIdentifier(e, "FieldName", e.FieldName);
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
983OutputIdentifier(e.FieldName);