2 references to TypeIsAutoLayoutOrContainsAutoLayout
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\InteropServices\DisableRuntimeMarshallingAnalyzer.AutoLayoutTypeCache.cs (2)
34
return
TypeIsAutoLayoutOrContainsAutoLayout
(type, ImmutableHashSet<ITypeSymbol>.Empty.WithComparer(SymbolEqualityComparer.Default));
81
&&
TypeIsAutoLayoutOrContainsAutoLayout
(valueTypeField.Type, seenTypesWithCurrentType))