11 references to Delimiter
Microsoft.Interop.LibraryImportGenerator (3)
LibraryImportGenerator.cs (3)
394$"{nameof(TypeNames.LibraryImportAttribute)}{Type.Delimiter}{nameof(StringMarshalling)}", 395$"{nameof(StringMarshalling)}{Type.Delimiter}{pinvokeData.StringMarshalling}"); 408$"{nameof(TypeNames.LibraryImportAttribute)}{Type.Delimiter}{nameof(InteropAttributeMember.StringMarshallingCustomType)}");
Microsoft.Interop.LibraryImportGenerator.Downlevel (2)
DownlevelLibraryImportGenerator.cs (2)
287$"{nameof(TypeNames.LibraryImportAttribute)}{Type.Delimiter}{nameof(StringMarshalling)}", 288$"{nameof(StringMarshalling)}{Type.Delimiter}{pinvokeData.StringMarshalling}");
Microsoft.Interop.SourceGeneration (2)
MarshalAsParser.cs (2)
179_diagnostics.ReportConfigurationNotSupported(attributeData, $"{attributeData.AttributeClass!.Name}{Type.Delimiter}{namedArg.Key}"); 184_diagnostics.ReportConfigurationNotSupported(attributeData, $"{attributeData.AttributeClass!.Name}{Type.Delimiter}{namedArg.Key}");
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceManager.cs (1)
230char c = Type.Delimiter;
src\libraries\System.Private.CoreLib\src\System\StartupHookProvider.cs (1)
202StartupHookTypeName + Type.Delimiter + InitializeMethodName,
src\System\Reflection\RuntimeAssembly.cs (1)
290char c = Type.Delimiter;
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Assemblies\RoAssembly.cs (1)
187sb.Append(Type.Delimiter);