2 writes to TypeFullName
Microsoft.Build.Tasks.Core (2)
system.design\stronglytypedresourcebuilder.cs (2)
122
TypeFullName
= type.FullName;
130
TypeFullName
= typeName;
2 references to TypeFullName
Microsoft.Build.Tasks.Core (2)
system.design\stronglytypedresourcebuilder.cs (2)
592
valueType = new CodeTypeReference(data.
TypeFullName
);
637
typeName = TruncateAndFormatCommentStringForOutput(data.
TypeFullName
);