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