4 references to With
System.Formats.Nrbf (4)
System\Formats\Nrbf\Utils\TypeNameHelpers.cs (4)
114
return ParseWithoutAssemblyName(rawName, payloadOptions).
With
(libraryRecord.LibraryName);
158
=> systemType.
With
(s_coreLibAssemblyName ??= AssemblyNameInfo.Parse("mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".AsSpan()));
170
TypeName newElementType = typeName.GetElementType().
With
(assemblyName);
178
TypeName newGenericTypeDefinition = typeName.GetGenericTypeDefinition().
With
(assemblyName);