• S
    Handle missing private metadata from reference assemblies · d54e6469
    Sam Harwell 提交于
    Some reference assemblies omit information about private fields. To
    avoid treating structures in these assemblies as immutable, we only
    consider types immutable if they contain information about one or more
    private fields.
    
    This is a workaround for issues like dotnet/standard#678.
    d54e6469
ITypeSymbolExtensions.cs 37.5 KB