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)
230
char c = Type.
Delimiter
;
src\libraries\System.Private.CoreLib\src\System\StartupHookProvider.cs (1)
202
StartupHookTypeName + Type.
Delimiter
+ InitializeMethodName,
src\System\Reflection\RuntimeAssembly.cs (1)
290
char c = Type.
Delimiter
;
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Assemblies\RoAssembly.cs (1)
187
sb.Append(Type.
Delimiter
);