2 references to TryGetAssociatedSourceType
ILCompiler.Compiler (2)
Compiler\UnmanagedEntryPointsRootProvider.cs (2)
122
if (!
TryGetAssociatedSourceType
(method, out TypeDesc associatedSourceType) || associatedSourceType is not null)
136
if (!
TryGetAssociatedSourceType
(method, out TypeDesc associatedSourceType) || associatedSourceType is null)