2 writes to TypeFullName
Microsoft.Build.Tasks.Core (2)
system.design\stronglytypedresourcebuilder.cs (2)
93
TypeFullName
= type.FullName;
101
TypeFullName
= typeName;
2 references to TypeFullName
Microsoft.Build.Tasks.Core (2)
system.design\stronglytypedresourcebuilder.cs (2)
563
valueType = new CodeTypeReference(data.
TypeFullName
);
608
typeName = TruncateAndFormatCommentStringForOutput(data.
TypeFullName
);