2 references to fileSystemInfoFqn
xunit.assert (2)
Sdk\AssertHelper.cs (2)
70
static readonly Lazy<TypeInfo?> fileSystemInfoTypeInfo = new Lazy<TypeInfo?>(() => Type.GetType(
fileSystemInfoFqn
)?.GetTypeInfo());
71
static readonly Lazy<PropertyInfo?> fileSystemInfoFullNameProperty = new Lazy<PropertyInfo?>(() => Type.GetType(
fileSystemInfoFqn
)?.GetTypeInfo().GetDeclaredProperty("FullName"));