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